river/.editorconfig

24 lines
309 B
INI
Raw Permalink Normal View History

2020-04-23 06:52:38 -07:00
root = true
[*]
2023-05-02 06:25:15 -07:00
charset = utf-8
2020-04-23 06:52:38 -07:00
end_of_line = lf
insert_final_newline = true
2020-06-04 07:54:17 -07:00
trim_trailing_whitespace = true
2020-04-23 06:52:38 -07:00
[*.zig]
indent_style = space
indent_size = 4
[*.{xml,yml}]
indent_style = space
indent_size = 2
2020-06-17 07:22:53 -07:00
[*.scd]
indent_style = tab
indent_size = 4
[completions/bash/*]
indent_style = tab
indent_size = 4