a couple of conformance fixes default tip
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 11 Jan 2010 09:38:05 +0100
changeset 35 0c50b5a0261d
parent 34 b4e5a3ff183b
a couple of conformance fixes
check-style.py
--- a/check-style.py	Mon Jan 11 09:37:34 2010 +0100
+++ b/check-style.py	Mon Jan 11 09:38:05 2010 +0100
@@ -38,13 +38,15 @@
 nl_brace_while=Add
 nl_switch_brace=Add
 nl_after_case=True
-nl_namespace_brace=Add
+nl_namespace_brace=Remove
 nl_after_brace_open=True
 nl_class_leave_one_liners=False
 nl_enum_leave_one_liners=False
 nl_func_leave_one_liners=False
 nl_if_leave_one_liners=False
-nl_class_colon=Add
+nl_class_colon=Ignore
+nl_after_access_spec=1
+nl_after_semicolon=True
 pos_class_colon=Lead
 pos_class_comma=Trail
 pos_bool=Lead
@@ -69,9 +71,9 @@
 mod_full_brace_for=Add
 mod_remove_extra_semicolon=True
 # max code width
-code_width=128
-ls_for_split_full=True
-ls_func_split_full=True
+#code_width=128
+#ls_for_split_full=True
+#ls_func_split_full=True
 """
     level1 = """
 # extra spaces here and there