mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 05:52:45 +00:00
15 lines
149 B
INI
15 lines
149 B
INI
root = true
|
|
|
|
[*.nim]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.sh]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[Makefile]
|
|
ident_size = 2
|
|
ident_style = tab
|
|
|