|
@@ -8,10 +8,10 @@ indent_style = space
|
|
|
insert_final_newline = true
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
-[*.{css, html, yml, yaml, js, xml, svg}]
|
|
|
+[*.{css,html,yml,yaml,js,xml,svg}]
|
|
|
indent_size = 2
|
|
|
|
|
|
-[{*.log, LICENSE}]
|
|
|
+[{*.log,LICENSE}]
|
|
|
insert_final_newline = false
|
|
|
|
|
|
[*.rst]
|