소스 검색

Add makeful rules to .editorconfig

OMFG, why is it not set to tabs??
Drashna Jaelre 6 년 전
부모
커밋
da86484027
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .editorconfig

+ 2 - 0
.editorconfig

@@ -19,9 +19,11 @@ indent_size = 4
 # Make these match what we have in .gitattributes
 [*.mk]
 end_of_line = lf
+indent_style = tab
 
 [Makefile]
 end_of_line = lf
+indent_style = tab
 
 [*.sh]
 end_of_line = lf