mirror of
https://github.com/Vimux/Binario.git
synced 2024-11-13 02:18:29 +00:00
editorconfig: don't insert final newline in [layouts/**.{html,svg}]
This commit is contained in:
parent
0c9e06ba52
commit
e3b7282c01
1 changed files with 3 additions and 3 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}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[layouts/**.{html,svg}]
|
||||
insert_final_newline = false
|
||||
|
|
Loading…
Reference in a new issue