소스 검색

Include SConstruct in .editorconfig

Max Hilbrunner 6 년 전
부모
커밋
ffe067f53d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .editorconfig

+ 1 - 1
.editorconfig

@@ -9,7 +9,7 @@ insert_final_newline = true
 [*.{cpp,hpp,c,h,mm}]
 trim_trailing_whitespace = true
 
-[{*.{py,cs},SCsub}]
+[{*.{py,cs},SConstruct,SCsub}]
 indent_style = space
 indent_size = 4