forked from NotAShelf/rogged
chore: update .editorconfig to match indentation size in .clang-format
This commit is contained in:
parent
a89d3684ef
commit
f8b63aafac
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.c]
|
[*.c]
|
||||||
ident_style = space
|
ident_style = space
|
||||||
ident_size = 4
|
ident_size = 2
|
||||||
|
|
||||||
[Makefile*]
|
[Makefile*]
|
||||||
ident_style = tab
|
ident_style = tab
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue