Update indent size to 4 spaces in .editorconfig

This commit is contained in:
Shidorien
2023-12-22 01:28:29 +01:00
parent 0776de8d79
commit f0f83e2b3b
+1 -1
View File
@@ -2,7 +2,7 @@ root = true
[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true