Merge pull request #33 from paritytech/editorconfig

Add .editorconfig
This commit is contained in:
Nikolay Volf 2018-08-22 18:56:07 +03:00 committed by GitHub
commit 13cae436e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
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=120
insert_final_newline=true
[*.{yml,sh}]
indent_style=space
indent_size=2
tab_width=8
end_of_line=lf