docs/.editorconfig

19 lines
278 B
INI
Raw Permalink Normal View History

2023-08-15 23:09:09 +00:00
# https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
2023-08-18 22:36:44 +00:00
[*.json, *.yml, *.yaml]
2023-08-16 15:34:40 +00:00
indent_style = space
2023-08-15 23:09:09 +00:00
[*.md]
indent_style = space
trim_trailing_whitespace = false