Add editorconfig, remove unused assets
This commit is contained in:
parent
98bad33895
commit
d719a3af9a
10 changed files with 166 additions and 687 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
Loading…
Add table
Add a link
Reference in a new issue