diff --git a/.editorconfig b/.editorconfig index 7318f11..6df59d5 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,7 @@ indent_size = 4 [*.md] trim_trailing_whitespace = false -[*.{md,py,sh,yml,yaml,js,ts,vue}] +[*.{md,py,sh,yml,yaml,js,ts,vue,css}] max_line_length = 105 [*.{yml,yaml,toml}] @@ -36,8 +36,8 @@ insert_final_newline = ignore max_line_length = 140 indent_size = 2 -[*.{js,ts,vue}] -indent_size = 4 +[*.{js,ts,vue,css}] +indent_size = 2 [Makefile] indent_style = tab