editorconfig: remove trailing whitespace in source code

(cherry picked from commit 7c67213cef)
This commit is contained in:
Sam Lantinga 2022-12-26 10:34:07 -08:00
parent 3dbc6a40ae
commit 920acb75c3

View file

@ -7,6 +7,8 @@ root = true
[*.{c,cg,cpp,gradle,h,java,m,metal,pl,py,S,sh,txt}]
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{html,js,json,m4,yml,yaml,vcxproj,vcxproj.filters}]
indent_size = 2