Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Splitting relaychain and parachain command-line arguments (#42)
Browse files Browse the repository at this point in the history
Fixes #34

Added .editorconfig
  • Loading branch information
cecton authored Jan 28, 2020
1 parent 3f4c51f commit a7d2700
Show file tree
Hide file tree
Showing 5 changed files with 541 additions and 506 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit a7d2700

Please sign in to comment.