annotate .settings/descent.core.prefs @ 0:3425707ddbf6

Initial import (hopefully this mercurial stuff works...)
author fraserofthenight
date Mon, 06 Jul 2009 08:06:28 -0700
parents
children a1202aac1124
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
1 #Sun Jun 21 09:02:00 PDT 2009
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
2 descent.core.compiler.allowDeprecated=enabled
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
3 descent.core.compiler.debugIdentifiers=AVBuffer
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
4 descent.core.compiler.debugLevel=1
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
5 descent.core.compiler.enableSemanticErrorReporting=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
6 descent.core.compiler.enableWarnings=enabled
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
7 descent.core.compiler.source=1
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
8 descent.core.compiler.taskCaseSensitive=enabled
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
9 descent.core.compiler.taskPriorities=NORMAL,LOW,HIGH,HIGH,LOW,HIGH,LOW,LOW,LOW,HIGH
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
10 descent.core.compiler.taskTags=TODO,PERHAPS,BUG,WTF,NEXTVERSION,WORKAREA,OPTIMIZE,CBUG,PORT,IMPORTANT
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
11 descent.core.compiler.versionIdentifiers=DigitalMars, Windows, Win32, X86, LittleEndian, D_InlineAsm, D_InlineAsm_X86, all, Tango, Descent
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
12 descent.core.compiler.versionLevel=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
13 descent.core.formatter.alignment_for_array_literals=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
14 descent.core.formatter.alignment_for_base_class_lists=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
15 descent.core.formatter.alignment_for_function_declaration_parameters=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
16 descent.core.formatter.alignment_for_function_invocation_arguments=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
17 descent.core.formatter.alignment_for_multiple_variable_declarations=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
18 descent.core.formatter.alignment_for_selective_imports=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
19 descent.core.formatter.alignment_for_struct_initializer=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
20 descent.core.formatter.alignment_for_template_declaration_parameters=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
21 descent.core.formatter.alignment_for_template_invocation_arguments=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
22 descent.core.formatter.blank_lines_after_module=1
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
23 descent.core.formatter.blank_lines_before_module=0
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
24 descent.core.formatter.brace_position_for_align_declaration=end_of_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
25 descent.core.formatter.brace_position_for_anonymous_type=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
26 descent.core.formatter.brace_position_for_conditional_declaration=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
27 descent.core.formatter.brace_position_for_conditional_statement=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
28 descent.core.formatter.brace_position_for_enum_declaration=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
29 descent.core.formatter.brace_position_for_function_declaration=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
30 descent.core.formatter.brace_position_for_function_literal=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
31 descent.core.formatter.brace_position_for_loop_statement=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
32 descent.core.formatter.brace_position_for_modifiers=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
33 descent.core.formatter.brace_position_for_postblit_declaration=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
34 descent.core.formatter.brace_position_for_pragmas=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
35 descent.core.formatter.brace_position_for_scope_statement=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
36 descent.core.formatter.brace_position_for_switch_case=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
37 descent.core.formatter.brace_position_for_switch_statement=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
38 descent.core.formatter.brace_position_for_synchronized_statement=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
39 descent.core.formatter.brace_position_for_template_declaration=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
40 descent.core.formatter.brace_position_for_try_catch_finally=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
41 descent.core.formatter.brace_position_for_type_declaration=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
42 descent.core.formatter.brace_position_for_with_statement=next_line
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
43 descent.core.formatter.continuation_indentation=2
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
44 descent.core.formatter.indent_body_declarations_compare_to_align_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
45 descent.core.formatter.indent_body_declarations_compare_to_pragma_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
46 descent.core.formatter.indent_body_declarations_compare_to_template_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
47 descent.core.formatter.indent_body_declarations_compare_to_type_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
48 descent.core.formatter.indent_break_compare_to_switch=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
49 descent.core.formatter.indent_cases_compare_to_switch=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
50 descent.core.formatter.indent_empty_lines=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
51 descent.core.formatter.indent_enum_members_compare_to_enum_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
52 descent.core.formatter.indent_in_out_body_compare_to_function_header=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
53 descent.core.formatter.indent_statements_compare_to_case=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
54 descent.core.formatter.indent_statements_compare_to_function_body_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
55 descent.core.formatter.indent_statements_compare_to_function_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
56 descent.core.formatter.indent_statements_compare_to_function_in_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
57 descent.core.formatter.indent_statements_compare_to_function_out_header=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
58 descent.core.formatter.indentation_size=4
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
59 descent.core.formatter.indentation_style_compare_to_modifier_header=indent_normal
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
60 descent.core.formatter.insert_new_line_after_case_or_default_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
61 descent.core.formatter.insert_new_line_after_label=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
62 descent.core.formatter.insert_new_line_at_end_of_file_if_missing=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
63 descent.core.formatter.insert_new_line_before_catch=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
64 descent.core.formatter.insert_new_line_before_else_declaration=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
65 descent.core.formatter.insert_new_line_before_else_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
66 descent.core.formatter.insert_new_line_before_finally=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
67 descent.core.formatter.insert_new_line_before_while_in_do_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
68 descent.core.formatter.insert_space_after_assignment_operator=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
69 descent.core.formatter.insert_space_after_closing_paren_in_casts=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
70 descent.core.formatter.insert_space_after_colon_in_array_initializer=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
71 descent.core.formatter.insert_space_after_colon_in_base_class_lists=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
72 descent.core.formatter.insert_space_after_colon_in_case_default_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
73 descent.core.formatter.insert_space_after_colon_in_conditional_expressions=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
74 descent.core.formatter.insert_space_after_colon_in_selective_imports=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
75 descent.core.formatter.insert_space_after_colon_in_statement_labels=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
76 descent.core.formatter.insert_space_after_colon_in_struct_initializer=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
77 descent.core.formatter.insert_space_after_colon_in_template_specific_type=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
78 descent.core.formatter.insert_space_after_comma_in_aggregate_template_parameters=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
79 descent.core.formatter.insert_space_after_comma_in_array_access=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
80 descent.core.formatter.insert_space_after_comma_in_array_literal=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
81 descent.core.formatter.insert_space_after_comma_in_assert_statements=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
82 descent.core.formatter.insert_space_after_comma_in_base_class_lists=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
83 descent.core.formatter.insert_space_after_comma_in_delegates=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
84 descent.core.formatter.insert_space_after_comma_in_foreach_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
85 descent.core.formatter.insert_space_after_comma_in_function_declaration_parameters=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
86 descent.core.formatter.insert_space_after_comma_in_function_invocation_arguments=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
87 descent.core.formatter.insert_space_after_comma_in_function_template_parameters=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
88 descent.core.formatter.insert_space_after_comma_in_multiple_field_declarations=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
89 descent.core.formatter.insert_space_after_comma_in_multiple_imports=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
90 descent.core.formatter.insert_space_after_comma_in_new_arguments=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
91 descent.core.formatter.insert_space_after_comma_in_pragmas=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
92 descent.core.formatter.insert_space_after_comma_in_selective_imports=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
93 descent.core.formatter.insert_space_after_comma_in_struct_initializer=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
94 descent.core.formatter.insert_space_after_comma_in_template_declaration=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
95 descent.core.formatter.insert_space_after_comma_in_template_invocation=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
96 descent.core.formatter.insert_space_after_comma_in_traits_expression=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
97 descent.core.formatter.insert_space_after_dot_in_qualified_names=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
98 descent.core.formatter.insert_space_after_dot_in_type_dot_identifier_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
99 descent.core.formatter.insert_space_after_elipsis_in_function_varargs=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
100 descent.core.formatter.insert_space_after_elipsis_in_tuples=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
101 descent.core.formatter.insert_space_after_equals_in_default_function_arguments=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
102 descent.core.formatter.insert_space_after_equals_in_default_template_arguments=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
103 descent.core.formatter.insert_space_after_equals_in_enum_constants=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
104 descent.core.formatter.insert_space_after_equals_in_renamed_imports=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
105 descent.core.formatter.insert_space_after_equals_in_variable_inits=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
106 descent.core.formatter.insert_space_after_equals_in_version_debug_assignment=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
107 descent.core.formatter.insert_space_after_exclamation_point_in_template_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
108 descent.core.formatter.insert_space_after_infix_operator=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
109 descent.core.formatter.insert_space_after_opening_bracket_in_array_access=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
110 descent.core.formatter.insert_space_after_opening_bracket_in_array_constructors=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
111 descent.core.formatter.insert_space_after_opening_bracket_in_array_literals=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
112 descent.core.formatter.insert_space_after_opening_bracket_in_associative_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
113 descent.core.formatter.insert_space_after_opening_bracket_in_slices=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
114 descent.core.formatter.insert_space_after_opening_bracket_in_static_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
115 descent.core.formatter.insert_space_after_opening_paren_in_align_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
116 descent.core.formatter.insert_space_after_opening_paren_in_assert_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
117 descent.core.formatter.insert_space_after_opening_paren_in_c_style_fp=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
118 descent.core.formatter.insert_space_after_opening_paren_in_casts=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
119 descent.core.formatter.insert_space_after_opening_paren_in_catch=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
120 descent.core.formatter.insert_space_after_opening_paren_in_class_template_params=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
121 descent.core.formatter.insert_space_after_opening_paren_in_delegate=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
122 descent.core.formatter.insert_space_after_opening_paren_in_extern_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
123 descent.core.formatter.insert_space_after_opening_paren_in_file_imports=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
124 descent.core.formatter.insert_space_after_opening_paren_in_for_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
125 descent.core.formatter.insert_space_after_opening_paren_in_foreach_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
126 descent.core.formatter.insert_space_after_opening_paren_in_function_declaration_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
127 descent.core.formatter.insert_space_after_opening_paren_in_function_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
128 descent.core.formatter.insert_space_after_opening_paren_in_function_template_args=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
129 descent.core.formatter.insert_space_after_opening_paren_in_if_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
130 descent.core.formatter.insert_space_after_opening_paren_in_is_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
131 descent.core.formatter.insert_space_after_opening_paren_in_mixins=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
132 descent.core.formatter.insert_space_after_opening_paren_in_modified_type=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
133 descent.core.formatter.insert_space_after_opening_paren_in_new_arguments=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
134 descent.core.formatter.insert_space_after_opening_paren_in_out_declaration=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
135 descent.core.formatter.insert_space_after_opening_paren_in_parenthesized_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
136 descent.core.formatter.insert_space_after_opening_paren_in_pragmas=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
137 descent.core.formatter.insert_space_after_opening_paren_in_scope_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
138 descent.core.formatter.insert_space_after_opening_paren_in_switch_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
139 descent.core.formatter.insert_space_after_opening_paren_in_synchronized_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
140 descent.core.formatter.insert_space_after_opening_paren_in_template_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
141 descent.core.formatter.insert_space_after_opening_paren_in_template_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
142 descent.core.formatter.insert_space_after_opening_paren_in_traits_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
143 descent.core.formatter.insert_space_after_opening_paren_in_type_dot_identifier_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
144 descent.core.formatter.insert_space_after_opening_paren_in_typeid_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
145 descent.core.formatter.insert_space_after_opening_paren_in_typeof_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
146 descent.core.formatter.insert_space_after_opening_paren_in_version_debug=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
147 descent.core.formatter.insert_space_after_opening_paren_in_while_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
148 descent.core.formatter.insert_space_after_opening_paren_in_with_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
149 descent.core.formatter.insert_space_after_postfix_operator=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
150 descent.core.formatter.insert_space_after_prefix_operator=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
151 descent.core.formatter.insert_space_after_question_mark_in_conditional_expressions=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
152 descent.core.formatter.insert_space_after_semicolon_in_for_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
153 descent.core.formatter.insert_space_after_semicolon_in_foreach_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
154 descent.core.formatter.insert_space_after_slice_operator=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
155 descent.core.formatter.insert_space_after_slice_operator_in_foreach_range_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
156 descent.core.formatter.insert_space_after_star_in_c_style_fp=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
157 descent.core.formatter.insert_space_after_trailing_comma_in_array_initializer=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
158 descent.core.formatter.insert_space_before_assignment_operator=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
159 descent.core.formatter.insert_space_before_asterisk_for_pointer_types=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
160 descent.core.formatter.insert_space_before_closing_bracket_in_array_access=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
161 descent.core.formatter.insert_space_before_closing_bracket_in_array_constructors=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
162 descent.core.formatter.insert_space_before_closing_bracket_in_array_literals=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
163 descent.core.formatter.insert_space_before_closing_bracket_in_associative_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
164 descent.core.formatter.insert_space_before_closing_bracket_in_slices=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
165 descent.core.formatter.insert_space_before_closing_bracket_in_static_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
166 descent.core.formatter.insert_space_before_closing_paren_in_align_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
167 descent.core.formatter.insert_space_before_closing_paren_in_assert_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
168 descent.core.formatter.insert_space_before_closing_paren_in_c_style_fp=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
169 descent.core.formatter.insert_space_before_closing_paren_in_casts=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
170 descent.core.formatter.insert_space_before_closing_paren_in_catch=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
171 descent.core.formatter.insert_space_before_closing_paren_in_class_template_params=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
172 descent.core.formatter.insert_space_before_closing_paren_in_delegate=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
173 descent.core.formatter.insert_space_before_closing_paren_in_extern_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
174 descent.core.formatter.insert_space_before_closing_paren_in_file_imports=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
175 descent.core.formatter.insert_space_before_closing_paren_in_for_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
176 descent.core.formatter.insert_space_before_closing_paren_in_foreach_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
177 descent.core.formatter.insert_space_before_closing_paren_in_function_declaration_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
178 descent.core.formatter.insert_space_before_closing_paren_in_function_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
179 descent.core.formatter.insert_space_before_closing_paren_in_function_template_args=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
180 descent.core.formatter.insert_space_before_closing_paren_in_if_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
181 descent.core.formatter.insert_space_before_closing_paren_in_is_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
182 descent.core.formatter.insert_space_before_closing_paren_in_mixins=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
183 descent.core.formatter.insert_space_before_closing_paren_in_modified_type=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
184 descent.core.formatter.insert_space_before_closing_paren_in_new_arguments=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
185 descent.core.formatter.insert_space_before_closing_paren_in_out_declaration=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
186 descent.core.formatter.insert_space_before_closing_paren_in_parenthesized_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
187 descent.core.formatter.insert_space_before_closing_paren_in_pragmas=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
188 descent.core.formatter.insert_space_before_closing_paren_in_scope_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
189 descent.core.formatter.insert_space_before_closing_paren_in_switch_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
190 descent.core.formatter.insert_space_before_closing_paren_in_synchronized_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
191 descent.core.formatter.insert_space_before_closing_paren_in_template_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
192 descent.core.formatter.insert_space_before_closing_paren_in_template_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
193 descent.core.formatter.insert_space_before_closing_paren_in_traits_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
194 descent.core.formatter.insert_space_before_closing_paren_in_type_dot_identifier_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
195 descent.core.formatter.insert_space_before_closing_paren_in_typeid_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
196 descent.core.formatter.insert_space_before_closing_paren_in_typeof_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
197 descent.core.formatter.insert_space_before_closing_paren_in_version_debug=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
198 descent.core.formatter.insert_space_before_closing_paren_in_while_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
199 descent.core.formatter.insert_space_before_closing_paren_in_with_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
200 descent.core.formatter.insert_space_before_colon_in_array_initializer=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
201 descent.core.formatter.insert_space_before_colon_in_base_class_lists=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
202 descent.core.formatter.insert_space_before_colon_in_case_default_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
203 descent.core.formatter.insert_space_before_colon_in_conditional_expressions=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
204 descent.core.formatter.insert_space_before_colon_in_modifiers=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
205 descent.core.formatter.insert_space_before_colon_in_selective_imports=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
206 descent.core.formatter.insert_space_before_colon_in_statement_labels=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
207 descent.core.formatter.insert_space_before_colon_in_struct_initializer=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
208 descent.core.formatter.insert_space_before_colon_in_template_specific_type=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
209 descent.core.formatter.insert_space_before_comma_in_aggregate_template_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
210 descent.core.formatter.insert_space_before_comma_in_array_access=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
211 descent.core.formatter.insert_space_before_comma_in_array_literal=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
212 descent.core.formatter.insert_space_before_comma_in_assert_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
213 descent.core.formatter.insert_space_before_comma_in_base_class_lists=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
214 descent.core.formatter.insert_space_before_comma_in_delegates=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
215 descent.core.formatter.insert_space_before_comma_in_enum_member_lists=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
216 descent.core.formatter.insert_space_before_comma_in_foreach_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
217 descent.core.formatter.insert_space_before_comma_in_function_declaration_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
218 descent.core.formatter.insert_space_before_comma_in_function_invocation_arguments=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
219 descent.core.formatter.insert_space_before_comma_in_function_template_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
220 descent.core.formatter.insert_space_before_comma_in_multiple_field_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
221 descent.core.formatter.insert_space_before_comma_in_multiple_imports=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
222 descent.core.formatter.insert_space_before_comma_in_new_arguments=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
223 descent.core.formatter.insert_space_before_comma_in_pragmas=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
224 descent.core.formatter.insert_space_before_comma_in_selective_imports=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
225 descent.core.formatter.insert_space_before_comma_in_struct_initializer=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
226 descent.core.formatter.insert_space_before_comma_in_template_declaration=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
227 descent.core.formatter.insert_space_before_comma_in_template_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
228 descent.core.formatter.insert_space_before_comma_in_traits_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
229 descent.core.formatter.insert_space_before_dot_in_qualified_names=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
230 descent.core.formatter.insert_space_before_dot_in_type_dot_identifier_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
231 descent.core.formatter.insert_space_before_elipsis_in_function_varargs=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
232 descent.core.formatter.insert_space_before_elipsis_in_tuples=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
233 descent.core.formatter.insert_space_before_equals_in_default_function_arguments=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
234 descent.core.formatter.insert_space_before_equals_in_default_template_arguments=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
235 descent.core.formatter.insert_space_before_equals_in_enum_constants=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
236 descent.core.formatter.insert_space_before_equals_in_renamed_imports=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
237 descent.core.formatter.insert_space_before_equals_in_variable_inits=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
238 descent.core.formatter.insert_space_before_equals_in_version_debug_assignment=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
239 descent.core.formatter.insert_space_before_exclamation_point_in_template_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
240 descent.core.formatter.insert_space_before_infix_operator=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
241 descent.core.formatter.insert_space_before_opening_bracket_in_array_access=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
242 descent.core.formatter.insert_space_before_opening_bracket_in_array_constructors=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
243 descent.core.formatter.insert_space_before_opening_bracket_in_associative_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
244 descent.core.formatter.insert_space_before_opening_bracket_in_dynamic_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
245 descent.core.formatter.insert_space_before_opening_bracket_in_slices=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
246 descent.core.formatter.insert_space_before_opening_bracket_in_static_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
247 descent.core.formatter.insert_space_before_opening_paren_in_align_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
248 descent.core.formatter.insert_space_before_opening_paren_in_assert_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
249 descent.core.formatter.insert_space_before_opening_paren_in_c_style_fp=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
250 descent.core.formatter.insert_space_before_opening_paren_in_casts=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
251 descent.core.formatter.insert_space_before_opening_paren_in_catch=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
252 descent.core.formatter.insert_space_before_opening_paren_in_class_invariants=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
253 descent.core.formatter.insert_space_before_opening_paren_in_class_template_params=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
254 descent.core.formatter.insert_space_before_opening_paren_in_delegate=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
255 descent.core.formatter.insert_space_before_opening_paren_in_extern_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
256 descent.core.formatter.insert_space_before_opening_paren_in_file_imports=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
257 descent.core.formatter.insert_space_before_opening_paren_in_for_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
258 descent.core.formatter.insert_space_before_opening_paren_in_foreach_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
259 descent.core.formatter.insert_space_before_opening_paren_in_function_declaration_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
260 descent.core.formatter.insert_space_before_opening_paren_in_function_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
261 descent.core.formatter.insert_space_before_opening_paren_in_function_template_args=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
262 descent.core.formatter.insert_space_before_opening_paren_in_if_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
263 descent.core.formatter.insert_space_before_opening_paren_in_is_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
264 descent.core.formatter.insert_space_before_opening_paren_in_mixins=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
265 descent.core.formatter.insert_space_before_opening_paren_in_modified_type=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
266 descent.core.formatter.insert_space_before_opening_paren_in_new_arguments=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
267 descent.core.formatter.insert_space_before_opening_paren_in_out_declaration=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
268 descent.core.formatter.insert_space_before_opening_paren_in_parenthesized_expressions=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
269 descent.core.formatter.insert_space_before_opening_paren_in_pragmas=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
270 descent.core.formatter.insert_space_before_opening_paren_in_scope_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
271 descent.core.formatter.insert_space_before_opening_paren_in_switch_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
272 descent.core.formatter.insert_space_before_opening_paren_in_synchronized_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
273 descent.core.formatter.insert_space_before_opening_paren_in_template_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
274 descent.core.formatter.insert_space_before_opening_paren_in_traits_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
275 descent.core.formatter.insert_space_before_opening_paren_in_type_dot_identifier_expression=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
276 descent.core.formatter.insert_space_before_opening_paren_in_typeid_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
277 descent.core.formatter.insert_space_before_opening_paren_in_typeof_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
278 descent.core.formatter.insert_space_before_opening_paren_in_version_debug=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
279 descent.core.formatter.insert_space_before_opening_paren_in_while_loops=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
280 descent.core.formatter.insert_space_before_opening_paren_in_with_statements=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
281 descent.core.formatter.insert_space_before_postfix_operator=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
282 descent.core.formatter.insert_space_before_prefix_operator=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
283 descent.core.formatter.insert_space_before_question_mark_in_conditional_expressions=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
284 descent.core.formatter.insert_space_before_semicolon=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
285 descent.core.formatter.insert_space_before_semicolon_in_for_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
286 descent.core.formatter.insert_space_before_semicolon_in_foreach_statement=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
287 descent.core.formatter.insert_space_before_slice_operator=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
288 descent.core.formatter.insert_space_before_slice_operator_in_foreach_range_statement=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
289 descent.core.formatter.insert_space_before_trailing_comma_in_array_initializer=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
290 descent.core.formatter.insert_space_between_adjacent_brackets_in_multidimensional_arrays=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
291 descent.core.formatter.insert_space_between_empty_brackets_in_dynamic_array_type=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
292 descent.core.formatter.insert_space_between_empty_brackets_in_slice=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
293 descent.core.formatter.insert_space_between_empty_parens_in_class_invariants=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
294 descent.core.formatter.insert_space_between_empty_parens_in_class_template_params=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
295 descent.core.formatter.insert_space_between_empty_parens_in_delegate=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
296 descent.core.formatter.insert_space_between_empty_parens_in_extern_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
297 descent.core.formatter.insert_space_between_empty_parens_in_function_declaration_parameters=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
298 descent.core.formatter.insert_space_between_empty_parens_in_function_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
299 descent.core.formatter.insert_space_between_empty_parens_in_function_template_args=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
300 descent.core.formatter.insert_space_between_empty_parens_in_new_arguments=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
301 descent.core.formatter.insert_space_between_empty_parens_in_out_declaration=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
302 descent.core.formatter.insert_space_between_empty_parens_in_template_declarations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
303 descent.core.formatter.insert_space_between_empty_parens_in_template_invocation=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
304 descent.core.formatter.insert_space_between_name_and_args_in_c_style_fp=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
305 descent.core.formatter.insert_space_between_succesive_opcalls=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
306 descent.core.formatter.insert_space_between_template_and_arg_parens_in_function_declaration=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
307 descent.core.formatter.insert_space_between_template_args_and_function_args=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
308 descent.core.formatter.keep_else_conditional_on_one_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
309 descent.core.formatter.keep_else_version_debug_on_one_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
310 descent.core.formatter.keep_functions_with_no_statement_in_one_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
311 descent.core.formatter.keep_functions_with_one_statement_in_one_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
312 descent.core.formatter.keep_simple_catch_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
313 descent.core.formatter.keep_simple_else_declaration_on_same_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
314 descent.core.formatter.keep_simple_else_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
315 descent.core.formatter.keep_simple_finally_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
316 descent.core.formatter.keep_simple_loop_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
317 descent.core.formatter.keep_simple_scope_statement_on_same_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
318 descent.core.formatter.keep_simple_synchronized_statement_on_same_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
319 descent.core.formatter.keep_simple_then_declaration_on_same_line=true
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
320 descent.core.formatter.keep_simple_then_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
321 descent.core.formatter.keep_simple_try_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
322 descent.core.formatter.keep_simple_with_statement_on_same_line=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
323 descent.core.formatter.line_split=80
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
324 descent.core.formatter.never_indent_block_comments_on_first_column=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
325 descent.core.formatter.never_indent_line_comments_on_first_column=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
326 descent.core.formatter.number_of_empty_lines_to_preserve=1
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
327 descent.core.formatter.page_width=80
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
328 descent.core.formatter.tab_char=tab
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
329 descent.core.formatter.tab_size=4
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
330 descent.core.formatter.use_tabs_only_for_leading_indentations=false
3425707ddbf6 Initial import (hopefully this mercurial stuff works...)
fraserofthenight
parents:
diff changeset
331 eclipse.preferences.version=1