Преглед изворни кода

chore(server): Set the correct indentation for json files

Michael Bromley пре 7 година
родитељ
комит
2de502b09e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      .editorconfig

+ 3 - 0
.editorconfig

@@ -8,6 +8,9 @@ indent_size = 4
 insert_final_newline = true
 trim_trailing_whitespace = true
 
+[*.json]
+indent_size = 2
+
 [*.md]
 max_line_length = off
 trim_trailing_whitespace = false