horcrux/.editorconfig

7 lines
102 B
INI
Raw Normal View History

2020-12-11 12:59:04 +00:00
root = true
[*]
end_of_line = lf
2020-12-12 23:56:18 +00:00
indent_style = space
2020-12-11 12:59:04 +00:00
indent_size = 4
trim_trailing_whitespace = true