Skip to content

Commit

Permalink
Update editorconfig to match clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakuje authored and frankmorgner committed Jan 23, 2024
1 parent 70aac71 commit 0a3bc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ insert_final_newline = true

[*.{c,h,sh}]
indent_style = tab
tab_width = 4
tab_width = 8

[{Makefile.am,configure.ac}]
indent_style = tab
tab_width = 4
tab_width = 8

[*.{yml,yaml}]
indent_style = space
Expand Down

0 comments on commit 0a3bc75

Please sign in to comment.