Explorar el Código

Merge pull request #16673 from mrdoob/donmccurdy-editorconfig-indentsize

Remove indent size from .editorconfig
Mr.doob hace 6 años
padre
commit
4058d7c6f1
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .editorconfig

+ 0 - 1
.editorconfig

@@ -9,7 +9,6 @@ insert_final_newline = true
 [*.{js,ts,html}]
 [*.{js,ts,html}]
 charset = utf-8
 charset = utf-8
 indent_style = tab
 indent_style = tab
-indent_size = 2
 
 
 [*.{js,ts}]
 [*.{js,ts}]
 trim_trailing_whitespace = true
 trim_trailing_whitespace = true

粤ICP备19079148号