Эх сурвалжийг харах

Update .editorconfig style guide

George Cushen 8 жил өмнө
parent
commit
fa9a77d5fa
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  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