nyanoblog/.editorconfig

11 lines
155 B
INI
Raw Permalink Normal View History

2022-12-01 01:07:28 +01:00
root = true
[*]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false