consistent formatting across all scripts
This commit is contained in:
parent
dbdc65d22b
commit
d00c245d4e
10 changed files with 413 additions and 408 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
@ -0,0 +1,5 @@
|
|||
[*]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
Loading…
Reference in a new issue