Add editorconfig, format script, and format all files consistently
This commit is contained in:
parent
f5920f79a5
commit
944af73907
45 changed files with 552 additions and 517 deletions
5
.editorconfig
Normal file
5
.editorconfig
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[*]
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue