error-pages/.editorconfig

19 lines
334 B
INI
Raw Normal View History

2021-09-29 15:38:50 +00:00
# EditorConfig docs: <https://editorconfig.org/>
2020-07-08 11:12:21 +00:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
2020-07-08 11:12:21 +00:00
2024-07-03 14:12:13 +00:00
[{*.yml,*.yaml}]
ij_any_spaces_within_braces = false
ij_any_spaces_within_brackets = false
[{Makefile,go.mod,*.go}]
2020-07-08 11:12:21 +00:00
indent_style = tab