# 0: Indent to body level
# 1: Align under the open paren
# 2: Indent to the brace level
-indent_paren_close = 1 # number #force
+# note: i think option 2 is still buggy but it results in the fewest changes
+# so presumably it aligns well with what we already use
+indent_paren_close = 2 # number #force
# Controls the indent of a comma when inside a paren.If TRUE, aligns under the open paren
# WARNING: Code doesn't seem to use this feature - delete from the config?
sp_before_tr_emb_cmt = force # ignore/add/remove/force #force
# Number of spaces before a trailing or embedded comment
-sp_num_before_tr_emb_cmt = 2 # number #force
+sp_num_before_tr_emb_cmt = 1 # number #force
# Control space between a Java annotation and the open paren.
# WARNING: Code doesn't seem to use this feature - delete from the config?
pp_indent_if = 4 # number
# Control whether to indent the code between #if, #else and #endif when not at file-level
-pp_if_indent_code = true # false/true
+pp_if_indent_code = false # false/true
# Whether to indent '#define' at the brace level (true) or from column 1 (false)
-pp_define_at_level = true # false/true
+pp_define_at_level = false # false/true
# You can force a token to be a type with the 'type' option.
# Example: