river/.editorconfig

24 lines
309 B
INI
Raw Normal View History

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