Explorar o código

Merge pull request #424 from 090809/fix-editor-config

fix(.editorconfig): added formatter for .json files
Shalvah %!s(int64=3) %!d(string=hai) anos
pai
achega
3321ed45ee
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .editorconfig

+ 4 - 0
.editorconfig

@@ -14,3 +14,7 @@ trim_trailing_whitespace = false
 [*.yml]
 indent_style = space
 indent_size = 2
+
+[*.json]
+indent_style = space
+indent_size = 2