Skip to content

Commit

Permalink
Refine EditorConfig and abolish hardcoded tab-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Sep 1, 2022
1 parent 934a2cd commit 9444c59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ root = true

[*]
indent_style = tab
indent_size = 4
tab_width = 4
charset = utf-8
end_of_line = lf
insert_final_newline = true
Expand All @@ -14,7 +12,8 @@ spaces_around_operators = false
spaces_around_brackets = none
indent_brace_style = K&R

[.git/COMMIT_EDITMSG]
[{COMMIT_EDITMSG,MERGE_MSG}]
trim_trailing_whitespace = true
max_line_length = 72
indent_style = space
indent_size = 4
Expand Down

0 comments on commit 9444c59

Please sign in to comment.