فهرست منبع

uncrustify.cfg: updated

Evgeny Grin (Karlson2k) 4 سال پیش
والد
کامیت
d4a6985d12
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      contrib/uncrustify.cfg

+ 3 - 0
contrib/uncrustify.cfg

@@ -75,6 +75,9 @@ sp_before_sparen = add
 sp_inside_fparen = remove
 sp_inside_sparen = remove
 
+# Add or remove space around compare operator '<', '>', '==', etc
+sp_compare                                = force    # ignore/add/remove/force
+
 # add space before function call and decl: "foo (x)"
 sp_func_call_paren = add
 sp_func_proto_paren = add