Skip to content

Commit

Permalink
Merge pull request #3134 from hirooih/build-sys-editconfig-update
Browse files Browse the repository at this point in the history
build-sys: .editerconfig update
  • Loading branch information
hirooih committed Aug 27, 2021
2 parents 56b6e89 + 417682e commit f2dc744
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ indent_size = 4
indent_style = space
trim_trailing_whitespace = true

[*.mak]
[{Makefile*,*.mak}]
indent_size = 8
indent_style = tab
trim_trailing_whitespace = true
Expand All @@ -29,10 +29,7 @@ indent_size = 4
indent_style = tab
trim_trailing_whitespace = true

[fnmatch/*.{c,h}]
tab_width = 8

[gnu_regex/*.{c,h}]
[gnulib/*.{c,h}]
tab_width = 8

[misc/optlib2c]
Expand Down

0 comments on commit f2dc744

Please sign in to comment.