Skip to content

Commit

Permalink
WebApp: change the default indent_size to 4 in .editorconfig
Browse files Browse the repository at this point in the history
This matches the MythTV project coding standards.
  • Loading branch information
paul-h committed Jan 14, 2022
1 parent a126412 commit 0c7ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mythtv/html/backend/.editorconfig
Expand Up @@ -4,7 +4,7 @@ root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down

0 comments on commit 0c7ead0

Please sign in to comment.