mirror of
https://github.com/joppuyo/nice-nginx-error-page.git
synced 2026-03-08 08:52:29 +00:00
15 lines
233 B
INI
15 lines
233 B
INI
# SPDX-License-Identifier: MIT OR CC0-1.0
|
|
# SPDX-FileCopyrightText: 2021 Johannes Siipola
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.html]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.css]
|
|
indent_style = space
|
|
indent_size = 4
|