Skip to content

Commit

Permalink
.editorconfig: hard tabs are still 8 spaces
Browse files Browse the repository at this point in the history
The hard tab character is 8 spaces, that's just how it is.

Signed-off-by: H. Peter Anvin <[email protected]>
  • Loading branch information
H. Peter Anvin committed Jun 11, 2024
1 parent a1e3140 commit 77df155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ insert_final_newline = true
[{*.c,*.h}]
indent_style = space
indent_size = 4
tab_width = 4
tab_width = 8

0 comments on commit 77df155

Please sign in to comment.