mirror of
https://github.com/status-im/nim-raft.git
synced 2025-01-12 14:24:23 +00:00
15 lines
208 B
INI
15 lines
208 B
INI
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 |