소스 검색

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