klefki/.editorconfig

18 lines
261 B
INI
Raw Normal View History

2025-02-13 17:43:28 -08:00
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
# yaml is forced to use spaces :/
[*.{yml,yaml}]
indent_style = space
indent_size = 2
2025-02-22 18:39:14 -08:00
[*.proto]
indent_size = 2
indent_style = space
insert_final_newline = true