Skip to content

Commit

Permalink
Remove indent_size from editorconfig
Browse files Browse the repository at this point in the history
As the style is a tab, the files should be indented according to the users preference
  • Loading branch information
mikestreety committed Oct 6, 2023
1 parent bb3dcda commit 541793b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ root = true

[*]
indent_style = tab
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
quote_type = single
quote_type = single

0 comments on commit 541793b

Please sign in to comment.