mirror of
https://github.com/joppuyo/nice-nginx-error-page.git
synced 2026-04-02 13:45:48 +03:00
15 lines
232 B
INI
15 lines
232 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
|