river/.editorconfig

16 lines
207 B
INI
Raw Normal View History

2020-04-23 13:52:38 +00:00
root = true
[*]
charset = utf8
end_of_line = lf
insert_final_newline = true
2020-06-04 14:54:17 +00:00
trim_trailing_whitespace = true
2020-04-23 13:52:38 +00:00
[*.zig]
indent_style = space
indent_size = 4
[*.{xml,yml}]
indent_style = space
indent_size = 2