27
0
Fork 1
forked from mirror/Mainroad

Update .editorconfig ruleset

* Add .postcssrc
* Don't insert final newline in layouts/**.{html,svg}
This commit is contained in:
vimux 2020-06-30 14:56:19 -04:00
parent 7e1f789772
commit 3f5f731ff2
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -8,12 +8,12 @@ end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.html]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
[*.{json,yaml,yml,toml,md,babelrc,eslintrc,stylelintrc}]
[*.{json,yaml,yml,toml,md,babelrc,eslintrc,postcssrc,stylelintrc}]
indent_style = space
indent_size = 2
[layouts/**.{html,svg}]
insert_final_newline = false