hmci/.editorconfig

12 lines
163 B
INI
Raw Normal View History

root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
2021-06-04 06:27:16 +00:00
[*.{yml,json}]
indent_size = 2