nimbus-eth2/.editorconfig
zah d30cb8baf1
Support for obtaining deposit snapshots during trustedNodeSync (#4303)
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.
2022-12-07 12:24:51 +02:00

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