forked from mirror/Mainroad
Update .editorconfig ruleset
* Add .postcssrc * Don't insert final newline in layouts/**.{html,svg}
This commit is contained in:
parent
7e1f789772
commit
3f5f731ff2
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue