Add editorconfig
parent
bb5f9f87f0
commit
08a94616cc
@ -0,0 +1,12 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[{package.json,bower.json}]
|
||||
indent_size = 2
|
||||
|
Loading…
Reference in New Issue