Change indent size for odin-files in editor config to 4.

This commit is contained in:
2024-07-04 16:08:43 -04:00
parent d09b720ec7
commit 7c1c1fc315

View File

@@ -18,7 +18,7 @@ indent_size = 4
[*.odin] [*.odin]
indent_style = tab indent_style = tab
indent_size = 2 indent_size = 4
charset = utf-8 charset = utf-8