commit | a509d3dc11659df19137b227066afadf65aa4e3c | [log] [tgz] |
---|---|---|
author | Samuel Shuert <coded@clicks.codes> | Tue Oct 10 18:23:00 2023 -0400 |
committer | Clicks Gerrit <git@clicks.codes> | Tue Oct 10 18:23:00 2023 -0400 |
tree | 5afa0692b1bd0f7927da29c58d467033a2b2eb3c | |
parent | 09b01758a817102861d13c53686fc30caf32d36a [diff] | |
parent | d3fc3027491a243c8a13b7be32dc1e6c8eb73f93 [diff] |
Merge "Change editorconfig config spaces from 2 to 4" into main
diff --git a/.editorconfig b/.editorconfig index 0f112c3..56c2916 100644 --- a/.editorconfig +++ b/.editorconfig
@@ -5,5 +5,5 @@ insert_final_newline = true charset = utf-8 indent_style = space -indent_size = 2 +indent_size = 4 max_line_length = 80