mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Editorconfig for JS and CSS
This commit is contained in:
parent
9be7758a9f
commit
2c2056fe56
@ -13,12 +13,11 @@ trim_trailing_whitespace = true
|
|||||||
[*.md]
|
[*.md]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
|
|
||||||
[*.yml]
|
[*.{yml,js,json,css,scss}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
# Don't perform any clean-up on thirdparty files
|
# Don't perform any clean-up on thirdparty files
|
||||||
|
|
||||||
[thirdparty/**]
|
[thirdparty/**]
|
||||||
trim_trailing_whitespace = false
|
trim_trailing_whitespace = false
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
Loading…
Reference in New Issue
Block a user