|
@ -5,16 +5,12 @@ root = true |
|
|
[*] |
|
|
[*] |
|
|
charset = utf-8 |
|
|
charset = utf-8 |
|
|
indent_size = 2 |
|
|
indent_size = 2 |
|
|
indent_style = space |
|
|
|
|
|
|
|
|
indent_style = tab |
|
|
end_of_line = lf |
|
|
end_of_line = lf |
|
|
insert_final_newline = true |
|
|
|
|
|
trim_trailing_whitespace = true |
|
|
trim_trailing_whitespace = true |
|
|
|
|
|
|
|
|
[*.md] |
|
|
[*.md] |
|
|
trim_trailing_whitespace = false |
|
|
trim_trailing_whitespace = false |
|
|
|
|
|
|
|
|
[*.html] |
|
|
|
|
|
insert_final_newline = false |
|
|
|
|
|
|
|
|
|
|
|
[*.{html,css,js,yaml,toml,json}] |
|
|
[*.{html,css,js,yaml,toml,json}] |
|
|
indent_size = 4 |
|
|
indent_size = 4 |