Explorar o código

Update .editorconfig style guide

George Cushen %!s(int64=8) %!d(string=hai) anos
pai
achega
fa9a77d5fa
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      .editorconfig

+ 3 - 3
.editorconfig

@@ -10,8 +10,8 @@ indent_style = space
 insert_final_newline = true
 trim_trailing_whitespace = true
 
+[*.toml]
+max_line_length = 100
+
 [*.md]
 trim_trailing_whitespace = false
-
-[*.{html,css}]
-indent_size = 4