Skip to content

Commit 2d065b5

Browse files
authored
Only set tab_width for makefiles
1 parent 85a8042 commit 2d065b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ indent_style = space
2525
insert_final_newline = true
2626
max_line_length = 80
2727
spelling_language = en-US
28-
tab_width = 8
2928
trim_trailing_whitespace = true
3029

3130
[{BUILD,*.BUILD,*.bzl,*.bazel,.bazelrc,WORKSPACE}]
@@ -39,6 +38,7 @@ indent_size = 4
3938

4039
[{Makefile,makefile,*.mk}]
4140
indent_style = tab
41+
tab_width = 8
4242

4343
[{*.cc,*.h}]
4444
indent_size = 2

0 commit comments

Comments
 (0)