Fix ordering of intermediate commits to ensure the latest comes first and is used...
[rapid-gossip-sync-server] / .editorconfig
1 root = true
2
3 [*]
4 insert_final_newline = true
5 trim_trailing_whitespace = true
6
7 [*.rs]
8 indent_style = tab
9 indent_size = 4
10
11 [*.yml]
12 indent_style = space
13 indent_size = 2