Skip to content

Commit

Permalink
Editorconfig fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cs278 committed Jun 14, 2021
1 parent a33f44f commit ddb2d93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.c]
[*.{c,h}]
indent_style = tab
indent_size = 4

Expand Down

0 comments on commit ddb2d93

Please sign in to comment.