diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 5213b6b..c2d35dd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,8 @@ trim_trailing_whitespace = true insert_final_newline = true [*.{c,h,m,cpp,hpp,mm,glsl,frag,vert}] -indent_style = tab +indent_style = space +indent_size = 2 [wscript] indent_style = space |