error-pages/.editorconfig

15 lines
244 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
2021-09-29 15:38:50 +00:00
[{Makefile, go.mod, *.go}]
2020-07-08 11:12:21 +00:00
indent_style = tab