فهرست منبع

editorconfig: remove trailing whitespace in source code

(cherry picked from commit 7c67213cefd0404232ef758a1dc33751e717a3f1)
Sam Lantinga 2 سال پیش
والد
کامیت
920acb75c3
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      .editorconfig

+ 2 - 0
.editorconfig

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