depot/.editorconfig

14 lines
215 B
INI
Raw Normal View History

# Top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
2023-10-06 04:38:41 +02:00
end_of_line = lf
charset = UTF-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false