klados/.editorconfig

12 lines
168 B
INI
Raw Permalink Normal View History

2024-06-04 03:00:22 +02:00
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{yaml,yml,json}]
indent_size = 2