kopia lustrzana https://github.com/wagtail/wagtail
Added .editorconfig (#2740)
* Added .editorconfig * Added json and yml for 2 space indenting * Added scss for 4 space indentingpull/2727/merge
rodzic
a65c707db3
commit
74d13822d5
|
@ -0,0 +1,17 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[*.{css,js,json,py,yml}]
|
||||
indent_style = space
|
||||
|
||||
[*.{js,py}]
|
||||
charset = utf-8
|
||||
|
||||
[*.{css,py,scss}]
|
||||
indent_size = 4
|
||||
|
||||
[*.{js,json,yml}]
|
||||
ident_size = 2
|
Ładowanie…
Reference in New Issue