added .editorconfig
This commit is contained in:
parent
0ecc4fe879
commit
e2968c4926
1 changed files with 8 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[*]
|
||||||
|
guidelines = 80
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
||||||
|
charset = utf-8-bom
|
||||||
|
|
||||||
|
[*.asl]
|
||||||
|
guidelines = 80, 120
|
Loading…
Reference in a new issue