Skip to content

Commit

Permalink
config: Increase editorconfig's indent size from 2 to 4
Browse files Browse the repository at this point in the history
I am growing old and can't see that well anymore, so an indentation of 4
really helps my orientation in the source code.
  • Loading branch information
RSeidelsohn committed Apr 8, 2023
1 parent 9b09ddb commit b3e11e0
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 @@ -6,6 +6,6 @@ root = true
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

0 comments on commit b3e11e0

Please sign in to comment.