소스 검색

The Makefile file format requires tab characters

master
Ilya Daynatovich 7 년 전
부모
커밋
48bb427f71
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      .editorconfig

+ 3
- 0
.editorconfig 파일 보기

@@ -8,3 +8,6 @@ indent_size = 4
8 8
 indent_style = space
9 9
 max_line_length = 80
10 10
 trim_trailing_whitespace = true
11
+
12
+[Makefile]
13
+indent_style = tab

Loading…
취소
저장