nim-raft/.editorconfig

15 lines
208 B
INI
Raw Normal View History

2023-08-03 16:58:40 +00:00
root = true
[*.nim]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = false
[*.sh]
indent_style = space
indent_size = 2
[Makefile]
ident_size = 2
ident_style = tab