commit | d3fc3027491a243c8a13b7be32dc1e6c8eb73f93 | [log] [tgz] |
---|---|---|
author | Skyler Grey <minion@clicks.codes> | Tue Oct 10 22:19:27 2023 +0000 |
committer | Skyler Grey <minion@clicks.codes> | Tue Oct 10 22:19:27 2023 +0000 |
tree | 017cb15a0f68e34da3a8e30ce20389c144b55edd | |
parent | 47626eed5d4cd5411b86d10aa2bda2aba5b3341f [diff] |
Change editorconfig config spaces from 2 to 4 Change-Id: I6eb0fb725e1f829dff353c0e83f31052602e0e53
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