mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
d30cb8baf1
Other changes: * More optimal search for TTD block. * Add timeouts to all REST requests during trusted node sync. Fixes #4037 * Removed support for storing a deposit snapshot in the network metadata.
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 |