ADAM Formatting bits. (Might not keep it here.)
This commit is contained in:
BIN
adamformat/.adamstyle.clangformat.swp
Normal file
BIN
adamformat/.adamstyle.clangformat.swp
Normal file
Binary file not shown.
193
adamformat/adam.format.cfg
Normal file
193
adamformat/adam.format.cfg
Normal file
@ -0,0 +1,193 @@
|
||||
code_width=150
|
||||
tok_split_gte=false
|
||||
utf8_byte=false
|
||||
utf8_force=false
|
||||
indent_cmt_with_tabs=true
|
||||
indent_align_string=false
|
||||
indent_braces=false
|
||||
indent_braces_no_func=false
|
||||
indent_braces_no_class=false
|
||||
indent_braces_no_struct=false
|
||||
indent_brace_parent=false
|
||||
indent_namespace=true
|
||||
indent_extern=true
|
||||
indent_class=true
|
||||
indent_class_colon=true
|
||||
indent_else_if=false
|
||||
indent_var_def_cont=false
|
||||
indent_func_call_param=false
|
||||
indent_func_def_param=false
|
||||
indent_func_proto_param=false
|
||||
indent_func_class_param=false
|
||||
indent_func_ctor_var_param=false
|
||||
indent_template_param=false
|
||||
indent_func_param_double=false
|
||||
indent_relative_single_line_comments=true
|
||||
indent_col1_comment=true
|
||||
indent_access_spec_body=true
|
||||
indent_paren_nl=false
|
||||
indent_comma_paren=false
|
||||
indent_bool_paren=false
|
||||
indent_first_bool_expr=false
|
||||
indent_square_nl=false
|
||||
indent_preserve_sql=false
|
||||
indent_align_assign=true
|
||||
sp_balance_nested_parens=true
|
||||
align_keep_tabs=false
|
||||
align_with_tabs=false
|
||||
align_on_tabstop=false
|
||||
align_number_left=false
|
||||
align_func_params=false
|
||||
align_same_func_call_params=false
|
||||
align_var_def_colon=false
|
||||
align_var_def_attribute=false
|
||||
align_var_def_inline=false
|
||||
align_right_cmt_mix=false
|
||||
align_on_operator=false
|
||||
align_mix_var_proto=false
|
||||
align_single_line_func=false
|
||||
align_single_line_brace=false
|
||||
align_nl_cont=false
|
||||
align_left_shift=true
|
||||
align_oc_decl_colon=false
|
||||
nl_collapse_empty_body=true
|
||||
nl_assign_leave_one_liners=true
|
||||
nl_class_leave_one_liners=true
|
||||
nl_enum_leave_one_liners=true
|
||||
nl_getset_leave_one_liners=false
|
||||
nl_func_leave_one_liners=true
|
||||
nl_if_leave_one_liners=false
|
||||
nl_multi_line_cond=false
|
||||
nl_multi_line_define=true
|
||||
nl_before_case=true
|
||||
nl_after_case=false
|
||||
nl_after_return=false
|
||||
nl_after_semicolon=false
|
||||
nl_after_brace_open=false
|
||||
nl_after_brace_open_cmt=false
|
||||
nl_after_vbrace_open=false
|
||||
nl_after_vbrace_open_empty=false
|
||||
nl_after_brace_close=false
|
||||
nl_after_vbrace_close=false
|
||||
nl_define_macro=true
|
||||
nl_squeeze_ifdef=false
|
||||
nl_ds_struct_enum_cmt=false
|
||||
nl_ds_struct_enum_close_brace=false
|
||||
nl_create_if_one_liner=true
|
||||
nl_create_for_one_liner=false
|
||||
nl_create_while_one_liner=false
|
||||
ls_for_split_full=false
|
||||
ls_func_split_full=false
|
||||
nl_after_multiline_comment=false
|
||||
eat_blanks_after_open_brace=true
|
||||
eat_blanks_before_close_brace=true
|
||||
mod_full_brace_if_chain=false
|
||||
mod_pawn_semicolon=false
|
||||
mod_full_paren_if_bool=false
|
||||
mod_remove_extra_semicolon=false
|
||||
mod_sort_import=false
|
||||
mod_sort_using=false
|
||||
mod_sort_include=false
|
||||
mod_move_case_break=false
|
||||
mod_remove_empty_return=false
|
||||
cmt_indent_multi=false
|
||||
cmt_c_group=false
|
||||
cmt_c_nl_start=false
|
||||
cmt_c_nl_end=false
|
||||
cmt_cpp_group=false
|
||||
cmt_cpp_nl_start=false
|
||||
cmt_cpp_nl_end=false
|
||||
cmt_cpp_to_c=false
|
||||
cmt_star_cont=false
|
||||
cmt_multi_check_last=false
|
||||
cmt_insert_before_preproc=false
|
||||
pp_indent_at_level=true
|
||||
pp_region_indent_code=false
|
||||
pp_if_indent_code=false
|
||||
pp_define_at_level=false
|
||||
input_tab_size=4
|
||||
output_tab_size=4
|
||||
indent_columns=4
|
||||
indent_continue=8
|
||||
indent_namespace_level=4
|
||||
indent_ctor_init=4
|
||||
indent_switch_case=4
|
||||
nl_end_of_file_min=1
|
||||
nl_max=8
|
||||
nl_after_func_proto_group=2
|
||||
nl_after_func_body=2
|
||||
nl_after_func_body_class=2
|
||||
nl_after_func_body_one_liner=2
|
||||
nl_before_block_comment=2
|
||||
nl_before_c_comment=2
|
||||
nl_before_cpp_comment=2
|
||||
nl_after_struct=2
|
||||
nl_after_class=2
|
||||
nl_before_access_spec=2
|
||||
nl_after_access_spec=1
|
||||
pp_space_count=1
|
||||
newlines=auto
|
||||
indent_with_tabs=1
|
||||
sp_before_ptr_star=add
|
||||
sp_after_ptr_star=remove
|
||||
sp_before_unnamed_ptr_star=add
|
||||
sp_between_ptr_star=remove
|
||||
sp_before_byref=add
|
||||
sp_after_byref=remove
|
||||
sp_before_unnamed_byref=add
|
||||
sp_before_assign=remove
|
||||
sp_inside_paren=add
|
||||
sp_template_angle=remove
|
||||
sp_before_angle=remove
|
||||
sp_inside_angle=add
|
||||
sp_angle_paren=remove
|
||||
sp_angle_word=add
|
||||
sp_before_sparen=remove
|
||||
sp_inside_sparen=add
|
||||
sp_before_square=remove
|
||||
sp_before_squares=remove
|
||||
sp_inside_square=add
|
||||
sp_before_class_colon=remove
|
||||
sp_before_case_colon=remove
|
||||
sp_inside_paren_cast=add
|
||||
sp_cpp_cast_paren=remove
|
||||
sp_sizeof_paren=remove
|
||||
sp_inside_braces_enum=add
|
||||
sp_inside_braces_struct=add
|
||||
sp_inside_braces=add
|
||||
sp_inside_fparen=add
|
||||
sp_attribute_paren=remove
|
||||
nl_end_of_file=add
|
||||
nl_assign_brace=add
|
||||
nl_fcall_brace=add
|
||||
nl_enum_brace=add
|
||||
nl_struct_brace=add
|
||||
nl_union_brace=add
|
||||
nl_if_brace=add
|
||||
nl_brace_else=add
|
||||
nl_elseif_brace=add
|
||||
nl_else_brace=add
|
||||
nl_try_brace=add
|
||||
nl_for_brace=add
|
||||
nl_catch_brace=add
|
||||
nl_brace_catch=add
|
||||
nl_while_brace=add
|
||||
nl_using_brace=add
|
||||
nl_do_brace=add
|
||||
nl_brace_while=add
|
||||
nl_switch_brace=add
|
||||
nl_case_colon_brace=add
|
||||
nl_namespace_brace=add
|
||||
nl_template_class=add
|
||||
nl_class_brace=add
|
||||
nl_func_type_name=add
|
||||
nl_func_type_name_class=ignore
|
||||
nl_func_proto_type_name=remove
|
||||
nl_fdef_brace=add
|
||||
nl_before_if=add
|
||||
nl_before_for=add
|
||||
nl_before_while=add
|
||||
nl_before_switch=add
|
||||
nl_before_do=add
|
||||
nl_class_colon=add
|
||||
pos_class_colon=lead
|
58
adamformat/adamstyle.clangformat
Normal file
58
adamformat/adamstyle.clangformat
Normal file
@ -0,0 +1,58 @@
|
||||
#ADAM's clang-format, with a close approximation of my style
|
||||
ColumnLimit: 150
|
||||
TabWidth: 4
|
||||
Standard: Cpp11
|
||||
UseTab: ForIndentation
|
||||
SpacesInParentheses: true
|
||||
SpacesInSquareBrackets: true
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInAngles: true
|
||||
SpacesBeforeTrailingComments: 1
|
||||
SpaceInEmptyParentheses: false
|
||||
|
||||
SpaceBeforeParens: false
|
||||
SpaceBeforeAssignmentOperators: false
|
||||
SpaceAfterCStyleCast: false
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Right
|
||||
|
||||
PenaltyBreakBeforeFirstCallParameter: 1
|
||||
PenaltyReturnTypeOnItsOwnLine: 0
|
||||
PenaltyExcessCharacter: 200000
|
||||
PenaltyBreakString: 30
|
||||
PenaltyBreakFirstLessLess: 80
|
||||
NamespaceIndentation: All
|
||||
|
||||
MaxEmptyLinesToKeep: 8
|
||||
|
||||
Language: Cpp
|
||||
|
||||
IndentWidth: 4
|
||||
IndentWrappedFunctionNames: false
|
||||
|
||||
ContinuationIndentWidth: 8
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||||
|
||||
|
||||
BreakConstructorInitializersBeforeComma: false
|
||||
|
||||
BreakBeforeBraces: Allman
|
||||
|
||||
AlwaysBreakTemplateDeclarations: true
|
||||
AlwaysBreakAfterDefinitionReturnType: true
|
||||
|
||||
AllowShortLoopsOnASingleLine: true
|
||||
AllowShortIfStatementsOnASingleLine: true
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortCaseLabelsOnASingleLine: true
|
||||
AllowShortBlocksOnASingleLine: true
|
||||
|
||||
AllowAllParametersOfDeclarationOnNextLine: true
|
||||
|
||||
BreakBeforeTernaryOperators: true
|
||||
|
||||
AccessModifierOffset: -2
|
||||
|
||||
|
||||
# vim: ft=yaml
|
Reference in New Issue
Block a user