Explorar el Código

Update .editorconfig style guide

George Cushen hace 8 años
padre
commit
fa9a77d5fa
Se han modificado 1 ficheros con 3 adiciones y 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