obws/.editorconfig

11 lines
135 B
INI
Raw Normal View History

2020-12-31 06:20:55 +00:00
root = true
[*]
end_of_line = lf
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.yml]
indent_size = 2