Compare commits

..

No commits in common. "d997d984e6b1ae1985d6efbb79f927a224808a9a" and "701cccc46d6956a032112080360ae84ec4175d47" have entirely different histories.

View File

@ -1386,7 +1386,7 @@ nl_try_brace = ignore # ignore/add/remove/force
nl_getset_brace = ignore # ignore/add/remove/force
# Add or remove newline between 'for' and '{'.
nl_for_brace = add # ignore/add/remove/force
nl_for_brace = ignore # ignore/add/remove/force
# Add or remove newline before the '{' of a 'catch' statement, as in
# 'catch (decl) <here> {'.
@ -1609,7 +1609,7 @@ nl_func_call_end_multi_line = false # true/false
nl_oc_msg_args = false # true/false
# Add or remove newline between function signature and '{'.
nl_fdef_brace = add # ignore/add/remove/force
nl_fdef_brace = ignore # ignore/add/remove/force
# Add or remove newline between C++11 lambda signature and '{'.
nl_cpp_ldef_brace = remove # ignore/add/remove/force