Splitting relaychain and parachain command-line arguments (#42)

Fixes #34

Added .editorconfig
This commit is contained in:
Cecile Tonglet
2020-01-28 10:00:45 +01:00
committed by GitHub
parent 3f4c51f14c
commit a7d2700b99
5 changed files with 541 additions and 506 deletions
+10
View File
@@ -0,0 +1,10 @@
root = true
[*]
indent_style=tab
indent_size=tab
tab_width=4
end_of_line=lf
charset=utf-8
trim_trailing_whitespace=true
max_line_length=100
insert_final_newline=true