Experimental libretro extra inputs.
[SquirrelJME.git] / nanocoat / .editorconfig
blob24a79208cbbb82310d0c1619769c985150a7b3e0
1 # ---------------------------------------------------------------------------
2 # SquirrelJME
3 #     Copyright (C) Stephanie Gawroriski <xer@multiphasicapps.net>
4 # ---------------------------------------------------------------------------
5 # SquirrelJME is under the Mozilla Public License Version 2.0.
6 # See license.mkd for licensing and copyright information.
7 # ---------------------------------------------------------------------------
8 # DESCRIPTION: EditorConfig Stylization <https://editorconfig.org/>
10 ### GLOBAL PROJECT SETTINGS ###
11 root = true
13 [*]
14 end_of_line = lf
15 insert_final_newline = true
16 tab_width = 4
17 indent_size = 4
18 max_line_length = 79
19 trim_trailing_whitespace = true
20 ij_continuation_indent_size = 8
21 ij_formatter_off_tag = @formatter:off
22 ij_formatter_on_tag = @formatter:on
23 ij_formatter_tags_enabled = false
24 ij_smart_tabs = false
25 ij_visual_guides = 79
26 ij_wrap_on_typing = false
28 # Batch files are Windows specific
29 [*.bat]
30 end_of_line = crlf
31 insert_final_newline = unset
32 indent_style = unset
34 # Standard source code
35 [*.{md,mkd,c,cpp,h,java,js,json,j,sh,xpm,gradle,cxx,hxx}]
36 charset = latin1
37 indent_style = tab
38 trim_trailing_whitespace = false
39 curly_bracket_next_line = true
40 spaces_around_operators = false
41 spaces_around_brackets = false
42 indent_brace_style = Allman
43 wildcard_import_limit = 0
45 # Markdown may be in UTF-8, but uses different indentation depending on context
46 [*.{md,mkd}]
47 charset = utf-8
48 indent_style = unset
50 # YAML uses a bit of a different format compared to the others
51 [*.{yml,yaml}]
52 indent_size = 2
53 indent_style = tab
55 # These files should _NEVER_ be re-formatted or touched
56 [*.{svg,__mime,in,glyph,bitmap,gpl,gpg,properties,jar}]
57 end_of_line = unset
58 insert_final_newline = unset
59 charset = unset
60 indent_size = unset
61 indent_style = unset
62 tab_width = unset
63 max_line_length = unset
64 trim_trailing_whitespace = unset
65 curly_bracket_next_line = unset
66 spaces_around_operators = unset
67 spaces_around_brackets = unset
68 indent_brace_style = unset
69 wildcard_import_limit = unset
71 [*.css]
72 indent_style = space
73 ij_visual_guides = none
74 ij_css_align_closing_brace_with_properties = false
75 ij_css_blank_lines_around_nested_selector = 1
76 ij_css_blank_lines_between_blocks = 1
77 ij_css_brace_placement = end_of_line
78 ij_css_enforce_quotes_on_format = false
79 ij_css_hex_color_long_format = false
80 ij_css_hex_color_lower_case = false
81 ij_css_hex_color_short_format = false
82 ij_css_hex_color_upper_case = false
83 ij_css_keep_blank_lines_in_code = 2
84 ij_css_keep_indents_on_empty_lines = false
85 ij_css_keep_single_line_blocks = false
86 ij_css_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
87 ij_css_space_after_colon = true
88 ij_css_space_before_opening_brace = true
89 ij_css_use_double_quotes = true
90 ij_css_value_alignment = do_not_align
92 [*.less]
93 indent_size = 2
94 indent_style = space
95 ij_visual_guides = none
96 ij_less_align_closing_brace_with_properties = false
97 ij_less_blank_lines_around_nested_selector = 1
98 ij_less_blank_lines_between_blocks = 1
99 ij_less_brace_placement = 0
100 ij_less_enforce_quotes_on_format = false
101 ij_less_hex_color_long_format = false
102 ij_less_hex_color_lower_case = false
103 ij_less_hex_color_short_format = false
104 ij_less_hex_color_upper_case = false
105 ij_less_keep_blank_lines_in_code = 2
106 ij_less_keep_indents_on_empty_lines = false
107 ij_less_keep_single_line_blocks = false
108 ij_less_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
109 ij_less_space_after_colon = true
110 ij_less_space_before_opening_brace = true
111 ij_less_use_double_quotes = true
112 ij_less_value_alignment = 0
114 [*.sass]
115 indent_size = 2
116 indent_style = space
117 ij_visual_guides = none
118 ij_sass_align_closing_brace_with_properties = false
119 ij_sass_blank_lines_around_nested_selector = 1
120 ij_sass_blank_lines_between_blocks = 1
121 ij_sass_brace_placement = 0
122 ij_sass_enforce_quotes_on_format = false
123 ij_sass_hex_color_long_format = false
124 ij_sass_hex_color_lower_case = false
125 ij_sass_hex_color_short_format = false
126 ij_sass_hex_color_upper_case = false
127 ij_sass_keep_blank_lines_in_code = 2
128 ij_sass_keep_indents_on_empty_lines = false
129 ij_sass_keep_single_line_blocks = false
130 ij_sass_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
131 ij_sass_space_after_colon = true
132 ij_sass_space_before_opening_brace = true
133 ij_sass_use_double_quotes = true
134 ij_sass_value_alignment = 0
136 [*.scss]
137 indent_size = 2
138 indent_style = space
139 ij_visual_guides = none
140 ij_scss_align_closing_brace_with_properties = false
141 ij_scss_blank_lines_around_nested_selector = 1
142 ij_scss_blank_lines_between_blocks = 1
143 ij_scss_brace_placement = 0
144 ij_scss_enforce_quotes_on_format = false
145 ij_scss_hex_color_long_format = false
146 ij_scss_hex_color_lower_case = false
147 ij_scss_hex_color_short_format = false
148 ij_scss_hex_color_upper_case = false
149 ij_scss_keep_blank_lines_in_code = 2
150 ij_scss_keep_indents_on_empty_lines = false
151 ij_scss_keep_single_line_blocks = false
152 ij_scss_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
153 ij_scss_space_after_colon = true
154 ij_scss_space_before_opening_brace = true
155 ij_scss_use_double_quotes = true
156 ij_scss_value_alignment = 0
158 [*.styl]
159 indent_size = 2
160 indent_style = space
161 ij_visual_guides = none
162 ij_stylus_align_closing_brace_with_properties = false
163 ij_stylus_blank_lines_around_nested_selector = 1
164 ij_stylus_blank_lines_between_blocks = 1
165 ij_stylus_brace_placement = 0
166 ij_stylus_enforce_quotes_on_format = false
167 ij_stylus_hex_color_long_format = false
168 ij_stylus_hex_color_lower_case = false
169 ij_stylus_hex_color_short_format = false
170 ij_stylus_hex_color_upper_case = false
171 ij_stylus_keep_blank_lines_in_code = 2
172 ij_stylus_keep_indents_on_empty_lines = false
173 ij_stylus_keep_single_line_blocks = false
174 ij_stylus_properties_order = font,font-family,font-size,font-weight,font-style,font-variant,font-size-adjust,font-stretch,line-height,position,z-index,top,right,bottom,left,display,visibility,float,clear,overflow,overflow-x,overflow-y,clip,zoom,align-content,align-items,align-self,flex,flex-flow,flex-basis,flex-direction,flex-grow,flex-shrink,flex-wrap,justify-content,order,box-sizing,width,min-width,max-width,height,min-height,max-height,margin,margin-top,margin-right,margin-bottom,margin-left,padding,padding-top,padding-right,padding-bottom,padding-left,table-layout,empty-cells,caption-side,border-spacing,border-collapse,list-style,list-style-position,list-style-type,list-style-image,content,quotes,counter-reset,counter-increment,resize,cursor,user-select,nav-index,nav-up,nav-right,nav-down,nav-left,transition,transition-delay,transition-timing-function,transition-duration,transition-property,transform,transform-origin,animation,animation-name,animation-duration,animation-play-state,animation-timing-function,animation-delay,animation-iteration-count,animation-direction,text-align,text-align-last,vertical-align,white-space,text-decoration,text-emphasis,text-emphasis-color,text-emphasis-style,text-emphasis-position,text-indent,text-justify,letter-spacing,word-spacing,text-outline,text-transform,text-wrap,text-overflow,text-overflow-ellipsis,text-overflow-mode,word-wrap,word-break,tab-size,hyphens,pointer-events,opacity,color,border,border-width,border-style,border-color,border-top,border-top-width,border-top-style,border-top-color,border-right,border-right-width,border-right-style,border-right-color,border-bottom,border-bottom-width,border-bottom-style,border-bottom-color,border-left,border-left-width,border-left-style,border-left-color,border-radius,border-top-left-radius,border-top-right-radius,border-bottom-right-radius,border-bottom-left-radius,border-image,border-image-source,border-image-slice,border-image-width,border-image-outset,border-image-repeat,outline,outline-width,outline-style,outline-color,outline-offset,background,background-color,background-image,background-repeat,background-attachment,background-position,background-position-x,background-position-y,background-clip,background-origin,background-size,box-decoration-break,box-shadow,text-shadow
175 ij_stylus_space_after_colon = true
176 ij_stylus_space_before_opening_brace = true
177 ij_stylus_use_double_quotes = true
178 ij_stylus_value_alignment = 0
180 [.editorconfig]
181 ij_visual_guides = none
182 ij_editorconfig_align_group_field_declarations = false
183 ij_editorconfig_space_after_colon = false
184 ij_editorconfig_space_after_comma = true
185 ij_editorconfig_space_before_colon = false
186 ij_editorconfig_space_before_comma = false
187 ij_editorconfig_spaces_around_assignment_operators = true
189 [{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.qrc,*.rng,*.tld,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul}]
190 ij_visual_guides = none
191 ij_xml_align_attributes = true
192 ij_xml_align_text = false
193 ij_xml_attribute_wrap = normal
194 ij_xml_block_comment_at_first_column = true
195 ij_xml_keep_blank_lines = 2
196 ij_xml_keep_indents_on_empty_lines = false
197 ij_xml_keep_line_breaks = true
198 ij_xml_keep_line_breaks_in_text = true
199 ij_xml_keep_whitespaces = false
200 ij_xml_keep_whitespaces_around_cdata = preserve
201 ij_xml_keep_whitespaces_inside_cdata = false
202 ij_xml_line_comment_at_first_column = true
203 ij_xml_space_after_tag_name = false
204 ij_xml_space_around_equals_in_attribute = false
205 ij_xml_space_inside_empty_tag = false
206 ij_xml_text_wrap = normal
208 [{*.bash,*.sh,*.zsh}]
209 ij_visual_guides = none
210 ij_shell_binary_ops_start_line = false
211 ij_shell_keep_column_alignment_padding = false
212 ij_shell_minify_program = false
213 ij_shell_redirect_followed_by_space = false
214 ij_shell_switch_cases_indented = false
216 [{*.c,*.c++,*.cc,*.cp,*.cpp,*.cu,*.cuh,*.cxx,*.h,*.h++,*.hh,*.hp,*.hpp,*.hxx,*.i,*.icc,*.ii,*.inl,*.ino,*.ipp,*.m,*.mm,*.pch,*.tcc,*.tpp}]
217 ij_visual_guides = none
218 ij_c_add_brief_tag = false
219 ij_c_add_getter_prefix = true
220 ij_c_add_setter_prefix = true
221 ij_c_align_dictionary_pair_values = false
222 ij_c_align_group_field_declarations = false
223 ij_c_align_init_list_in_columns = true
224 ij_c_align_multiline_array_initializer_expression = false
225 ij_c_align_multiline_assignment = false
226 ij_c_align_multiline_binary_operation = false
227 ij_c_align_multiline_chained_methods = false
228 ij_c_align_multiline_for = false
229 ij_c_align_multiline_ternary_operation = false
230 ij_c_array_initializer_comma_on_next_line = false
231 ij_c_array_initializer_new_line_after_left_brace = true
232 ij_c_array_initializer_right_brace_on_new_line = true
233 ij_c_array_initializer_wrap = normal
234 ij_c_assignment_wrap = off
235 ij_c_binary_operation_sign_on_next_line = false
236 ij_c_binary_operation_wrap = normal
237 ij_c_blank_lines_after_class_header = 0
238 ij_c_blank_lines_after_imports = 1
239 ij_c_blank_lines_around_class = 1
240 ij_c_blank_lines_around_field = 0
241 ij_c_blank_lines_around_field_in_interface = 0
242 ij_c_blank_lines_around_method = 1
243 ij_c_blank_lines_around_method_in_interface = 1
244 ij_c_blank_lines_around_namespace = 0
245 ij_c_blank_lines_around_properties_in_declaration = 0
246 ij_c_blank_lines_around_properties_in_interface = 0
247 ij_c_blank_lines_before_imports = 1
248 ij_c_blank_lines_before_method_body = 0
249 ij_c_block_brace_placement = next_line
250 ij_c_block_brace_style = next_line
251 ij_c_block_comment_at_first_column = true
252 ij_c_catch_on_new_line = false
253 ij_c_class_brace_style = next_line
254 ij_c_class_constructor_init_list_align_multiline = false
255 ij_c_class_constructor_init_list_comma_on_next_line = false
256 ij_c_class_constructor_init_list_new_line_after_colon = never
257 ij_c_class_constructor_init_list_new_line_before_colon = never
258 ij_c_class_constructor_init_list_wrap = normal
259 ij_c_copy_is_deep = false
260 ij_c_create_interface_for_categories = true
261 ij_c_declare_generated_methods = true
262 ij_c_description_include_member_names = true
263 ij_c_discharged_short_ternary_operator = true
264 ij_c_do_not_add_breaks = false
265 ij_c_do_while_brace_force = never
266 ij_c_else_on_new_line = true
267 ij_c_enum_constants_comma_on_next_line = false
268 ij_c_enum_constants_wrap = split_into_lines
269 ij_c_for_brace_force = never
270 ij_c_for_statement_new_line_after_left_paren = false
271 ij_c_for_statement_right_paren_on_new_line = false
272 ij_c_for_statement_wrap = off
273 ij_c_function_brace_placement = next_line
274 ij_c_function_call_arguments_align_multiline = false
275 ij_c_function_call_arguments_align_multiline_pars = false
276 ij_c_function_call_arguments_comma_on_next_line = false
277 ij_c_function_call_arguments_new_line_after_lpar = false
278 ij_c_function_call_arguments_new_line_before_rpar = false
279 ij_c_function_call_arguments_wrap = normal
280 ij_c_function_non_top_after_return_type_wrap = normal
281 ij_c_function_parameters_align_multiline = false
282 ij_c_function_parameters_align_multiline_pars = false
283 ij_c_function_parameters_comma_on_next_line = false
284 ij_c_function_parameters_new_line_after_lpar = false
285 ij_c_function_parameters_new_line_before_rpar = false
286 ij_c_function_parameters_wrap = normal
287 ij_c_function_top_after_return_type_wrap = normal
288 ij_c_generate_additional_eq_operators = true
289 ij_c_generate_additional_rel_operators = true
290 ij_c_generate_class_constructor = true
291 ij_c_generate_comparison_operators_use_std_tie = false
292 ij_c_generate_instance_variables_for_properties = ask
293 ij_c_generate_operators_as_members = true
294 ij_c_header_guard_style_pattern = ${PROJECT_NAME}_${FILE_NAME}_${EXT}
295 ij_c_if_brace_force = never
296 ij_c_in_line_short_ternary_operator = true
297 ij_c_indent_block_comment = true
298 ij_c_indent_c_struct_members = 4
299 ij_c_indent_case_from_switch = true
300 ij_c_indent_class_members = 4
301 ij_c_indent_directive_as_code = true
302 ij_c_indent_implementation_members = 0
303 ij_c_indent_inside_code_block = 4
304 ij_c_indent_interface_members = 0
305 ij_c_indent_interface_members_except_ivars_block = false
306 ij_c_indent_namespace_members = 4
307 ij_c_indent_preprocessor_directive = 0
308 ij_c_indent_visibility_keywords = 0
309 ij_c_insert_override = true
310 ij_c_insert_virtual_with_override = false
311 ij_c_introduce_auto_vars = false
312 ij_c_introduce_const_params = false
313 ij_c_introduce_const_vars = false
314 ij_c_introduce_generate_property = false
315 ij_c_introduce_generate_synthesize = true
316 ij_c_introduce_globals_to_header = true
317 ij_c_introduce_prop_to_private_category = false
318 ij_c_introduce_static_consts = true
319 ij_c_introduce_use_ns_types = false
320 ij_c_ivars_prefix = _
321 ij_c_keep_blank_lines_before_end = 2
322 ij_c_keep_blank_lines_before_right_brace = 2
323 ij_c_keep_blank_lines_in_code = 2
324 ij_c_keep_blank_lines_in_declarations = 2
325 ij_c_keep_case_expressions_in_one_line = false
326 ij_c_keep_control_statement_in_one_line = false
327 ij_c_keep_directive_at_first_column = true
328 ij_c_keep_first_column_comment = true
329 ij_c_keep_line_breaks = true
330 ij_c_keep_nested_namespaces_in_one_line = false
331 ij_c_keep_simple_blocks_in_one_line = false
332 ij_c_keep_simple_methods_in_one_line = false
333 ij_c_keep_structures_in_one_line = false
334 ij_c_lambda_capture_list_align_multiline = false
335 ij_c_lambda_capture_list_align_multiline_bracket = false
336 ij_c_lambda_capture_list_comma_on_next_line = false
337 ij_c_lambda_capture_list_new_line_after_lbracket = false
338 ij_c_lambda_capture_list_new_line_before_rbracket = false
339 ij_c_lambda_capture_list_wrap = off
340 ij_c_line_comment_add_space = false
341 ij_c_line_comment_at_first_column = true
342 ij_c_method_brace_placement = end_of_line
343 ij_c_method_call_arguments_align_by_colons = true
344 ij_c_method_call_arguments_align_multiline = false
345 ij_c_method_call_arguments_special_dictionary_pairs_treatment = true
346 ij_c_method_call_arguments_wrap = off
347 ij_c_method_call_chain_wrap = off
348 ij_c_method_parameters_align_by_colons = true
349 ij_c_method_parameters_align_multiline = false
350 ij_c_method_parameters_wrap = off
351 ij_c_namespace_brace_placement = next_line
352 ij_c_parentheses_expression_new_line_after_left_paren = false
353 ij_c_parentheses_expression_right_paren_on_new_line = false
354 ij_c_place_assignment_sign_on_next_line = false
355 ij_c_property_nonatomic = true
356 ij_c_put_ivars_to_implementation = true
357 ij_c_refactor_compatibility_aliases_and_classes = true
358 ij_c_refactor_properties_and_ivars = true
359 ij_c_release_style = ivar
360 ij_c_retain_object_parameters_in_constructor = true
361 ij_c_semicolon_after_method_signature = false
362 ij_c_shift_operation_align_multiline = false
363 ij_c_shift_operation_wrap = normal
364 ij_c_show_non_virtual_functions = false
365 ij_c_space_after_colon = true
366 ij_c_space_after_colon_in_selector = false
367 ij_c_space_after_comma = true
368 ij_c_space_after_cup_in_blocks = false
369 ij_c_space_after_dictionary_literal_colon = true
370 ij_c_space_after_for_semicolon = true
371 ij_c_space_after_init_list_colon = true
372 ij_c_space_after_method_parameter_type_parentheses = false
373 ij_c_space_after_method_return_type_parentheses = false
374 ij_c_space_after_pointer_in_declaration = true
375 ij_c_space_after_quest = true
376 ij_c_space_after_reference_in_declaration = true
377 ij_c_space_after_reference_in_rvalue = false
378 ij_c_space_after_structures_rbrace = true
379 ij_c_space_after_superclass_colon = true
380 ij_c_space_after_type_cast = false
381 ij_c_space_after_visibility_sign_in_method_declaration = true
382 ij_c_space_before_autorelease_pool_lbrace = true
383 ij_c_space_before_catch_keyword = true
384 ij_c_space_before_catch_left_brace = true
385 ij_c_space_before_catch_parentheses = true
386 ij_c_space_before_category_parentheses = true
387 ij_c_space_before_chained_send_message = true
388 ij_c_space_before_class_left_brace = true
389 ij_c_space_before_colon = true
390 ij_c_space_before_comma = false
391 ij_c_space_before_dictionary_literal_colon = false
392 ij_c_space_before_do_left_brace = true
393 ij_c_space_before_else_keyword = true
394 ij_c_space_before_else_left_brace = true
395 ij_c_space_before_for_left_brace = true
396 ij_c_space_before_for_parentheses = true
397 ij_c_space_before_for_semicolon = false
398 ij_c_space_before_if_left_brace = true
399 ij_c_space_before_if_parentheses = true
400 ij_c_space_before_init_list = false
401 ij_c_space_before_init_list_colon = true
402 ij_c_space_before_method_call_parentheses = false
403 ij_c_space_before_method_left_brace = true
404 ij_c_space_before_method_parentheses = false
405 ij_c_space_before_namespace_lbrace = true
406 ij_c_space_before_pointer_in_declaration = false
407 ij_c_space_before_property_attributes_parentheses = false
408 ij_c_space_before_protocols_brackets = true
409 ij_c_space_before_quest = true
410 ij_c_space_before_reference_in_declaration = false
411 ij_c_space_before_superclass_colon = true
412 ij_c_space_before_switch_left_brace = true
413 ij_c_space_before_switch_parentheses = true
414 ij_c_space_before_template_call_lt = false
415 ij_c_space_before_template_declaration_lt = false
416 ij_c_space_before_try_left_brace = true
417 ij_c_space_before_while_keyword = true
418 ij_c_space_before_while_left_brace = true
419 ij_c_space_before_while_parentheses = true
420 ij_c_space_between_adjacent_brackets = false
421 ij_c_space_between_operator_and_punctuator = false
422 ij_c_space_within_empty_array_initializer_braces = false
423 ij_c_spaces_around_additive_operators = true
424 ij_c_spaces_around_assignment_operators = true
425 ij_c_spaces_around_bitwise_operators = true
426 ij_c_spaces_around_equality_operators = true
427 ij_c_spaces_around_lambda_arrow = true
428 ij_c_spaces_around_logical_operators = true
429 ij_c_spaces_around_multiplicative_operators = true
430 ij_c_spaces_around_pm_operators = false
431 ij_c_spaces_around_relational_operators = true
432 ij_c_spaces_around_shift_operators = true
433 ij_c_spaces_around_unary_operator = false
434 ij_c_spaces_within_array_initializer_braces = false
435 ij_c_spaces_within_braces = true
436 ij_c_spaces_within_brackets = false
437 ij_c_spaces_within_cast_parentheses = false
438 ij_c_spaces_within_catch_parentheses = false
439 ij_c_spaces_within_category_parentheses = false
440 ij_c_spaces_within_empty_braces = false
441 ij_c_spaces_within_empty_function_call_parentheses = false
442 ij_c_spaces_within_empty_function_declaration_parentheses = false
443 ij_c_spaces_within_empty_lambda_capture_list_bracket = false
444 ij_c_spaces_within_empty_template_call_ltgt = false
445 ij_c_spaces_within_empty_template_declaration_ltgt = false
446 ij_c_spaces_within_for_parentheses = false
447 ij_c_spaces_within_function_call_parentheses = false
448 ij_c_spaces_within_function_declaration_parentheses = false
449 ij_c_spaces_within_if_parentheses = false
450 ij_c_spaces_within_lambda_capture_list_bracket = false
451 ij_c_spaces_within_method_parameter_type_parentheses = false
452 ij_c_spaces_within_method_return_type_parentheses = false
453 ij_c_spaces_within_parentheses = false
454 ij_c_spaces_within_property_attributes_parentheses = false
455 ij_c_spaces_within_protocols_brackets = false
456 ij_c_spaces_within_send_message_brackets = false
457 ij_c_spaces_within_switch_parentheses = false
458 ij_c_spaces_within_template_call_ltgt = false
459 ij_c_spaces_within_template_declaration_ltgt = false
460 ij_c_spaces_within_template_double_gt = false
461 ij_c_spaces_within_while_parentheses = false
462 ij_c_special_else_if_treatment = true
463 ij_c_superclass_list_after_colon = never
464 ij_c_superclass_list_align_multiline = false
465 ij_c_superclass_list_before_colon = if_long
466 ij_c_superclass_list_comma_on_next_line = false
467 ij_c_superclass_list_wrap = on_every_item
468 ij_c_tag_prefix_of_block_comment = at
469 ij_c_tag_prefix_of_line_comment = at
470 ij_c_template_call_arguments_align_multiline = false
471 ij_c_template_call_arguments_align_multiline_pars = false
472 ij_c_template_call_arguments_comma_on_next_line = false
473 ij_c_template_call_arguments_new_line_after_lt = false
474 ij_c_template_call_arguments_new_line_before_gt = false
475 ij_c_template_call_arguments_wrap = off
476 ij_c_template_declaration_function_body_indent = false
477 ij_c_template_declaration_function_wrap = split_into_lines
478 ij_c_template_declaration_struct_body_indent = false
479 ij_c_template_declaration_struct_wrap = split_into_lines
480 ij_c_template_parameters_align_multiline = false
481 ij_c_template_parameters_align_multiline_pars = false
482 ij_c_template_parameters_comma_on_next_line = false
483 ij_c_template_parameters_new_line_after_lt = false
484 ij_c_template_parameters_new_line_before_gt = false
485 ij_c_template_parameters_wrap = off
486 ij_c_ternary_operation_signs_on_next_line = false
487 ij_c_ternary_operation_wrap = normal
488 ij_c_type_qualifiers_placement = before
489 ij_c_use_modern_casts = false
490 ij_c_use_setters_in_constructor = true
491 ij_c_while_brace_force = never
492 ij_c_while_on_new_line = false
493 ij_c_wrap_property_declaration = off
495 [{*.cmake,CMakeLists.txt}]
496 ij_visual_guides = none
497 ij_cmake_align_multiline_parameters_in_calls = false
498 ij_cmake_force_commands_case = 2
499 ij_cmake_keep_blank_lines_in_code = 2
500 ij_cmake_space_before_for_parentheses = true
501 ij_cmake_space_before_if_parentheses = true
502 ij_cmake_space_before_method_call_parentheses = false
503 ij_cmake_space_before_method_parentheses = false
504 ij_cmake_space_before_while_parentheses = true
505 ij_cmake_spaces_within_for_parentheses = false
506 ij_cmake_spaces_within_if_parentheses = false
507 ij_cmake_spaces_within_method_call_parentheses = false
508 ij_cmake_spaces_within_method_parentheses = false
509 ij_cmake_spaces_within_while_parentheses = false
511 [{*.comp,*.frag,*.fsh,*.geom,*.glsl,*.shader,*.tesc,*.tese,*.vert,*.vsh}]
512 indent_style = space
513 ij_visual_guides = none
514 ij_glsl_keep_indents_on_empty_lines = false
516 [{*.doclua,*.lua,*.wlua}]
517 indent_style = space
518 ij_visual_guides = none
519 ij_lua_align_group_field_declarations = false
520 ij_lua_align_multiline_array_initializer_expression = false
521 ij_lua_align_multiline_assignment = false
522 ij_lua_align_multiline_binary_operation = false
523 ij_lua_align_multiline_chained_methods = false
524 ij_lua_align_multiline_for = true
525 ij_lua_align_multiline_method_parentheses = false
526 ij_lua_align_multiline_parameters = true
527 ij_lua_align_multiline_parameters_in_calls = false
528 ij_lua_align_multiline_parenthesized_expression = false
529 ij_lua_align_multiline_resources = true
530 ij_lua_align_multiline_ternary_operation = false
531 ij_lua_align_multiline_throws_list = false
532 ij_lua_array_initializer_new_line_after_left_brace = false
533 ij_lua_array_initializer_right_brace_on_new_line = false
534 ij_lua_array_initializer_wrap = off
535 ij_lua_assignment_wrap = off
536 ij_lua_binary_operation_sign_on_next_line = false
537 ij_lua_binary_operation_wrap = off
538 ij_lua_block_brace_style = end_of_line
539 ij_lua_block_comment_at_first_column = true
540 ij_lua_call_parameters_new_line_after_left_paren = false
541 ij_lua_call_parameters_right_paren_on_new_line = false
542 ij_lua_call_parameters_wrap = off
543 ij_lua_else_on_new_line = false
544 ij_lua_for_statement_new_line_after_left_paren = false
545 ij_lua_for_statement_right_paren_on_new_line = false
546 ij_lua_for_statement_wrap = off
547 ij_lua_keep_blank_lines_before_right_brace = 2
548 ij_lua_keep_blank_lines_in_code = 2
549 ij_lua_keep_blank_lines_in_declarations = 2
550 ij_lua_keep_control_statement_in_one_line = true
551 ij_lua_keep_first_column_comment = true
552 ij_lua_keep_indents_on_empty_lines = false
553 ij_lua_keep_line_breaks = true
554 ij_lua_keep_multiple_expressions_in_one_line = false
555 ij_lua_keep_simple_blocks_in_one_line = false
556 ij_lua_keep_simple_classes_in_one_line = false
557 ij_lua_keep_simple_methods_in_one_line = false
558 ij_lua_line_comment_at_first_column = true
559 ij_lua_method_call_chain_wrap = off
560 ij_lua_method_parameters_new_line_after_left_paren = false
561 ij_lua_method_parameters_right_paren_on_new_line = false
562 ij_lua_method_parameters_wrap = off
563 ij_lua_parentheses_expression_new_line_after_left_paren = false
564 ij_lua_parentheses_expression_right_paren_on_new_line = false
565 ij_lua_place_assignment_sign_on_next_line = false
566 ij_lua_prefer_parameters_wrap = false
567 ij_lua_resource_list_new_line_after_left_paren = false
568 ij_lua_resource_list_right_paren_on_new_line = false
569 ij_lua_resource_list_wrap = off
570 ij_lua_space_after_comma = true
571 ij_lua_space_after_comma_in_type_arguments = true
572 ij_lua_space_after_for_semicolon = true
573 ij_lua_space_before_comma = false
574 ij_lua_space_before_for_parentheses = true
575 ij_lua_space_before_for_semicolon = false
576 ij_lua_space_before_if_parentheses = true
577 ij_lua_space_before_method_call_parentheses = false
578 ij_lua_space_before_method_parentheses = false
579 ij_lua_space_before_while_parentheses = true
580 ij_lua_spaces_around_additive_operators = true
581 ij_lua_spaces_around_assignment_operators = true
582 ij_lua_spaces_around_equality_operators = true
583 ij_lua_spaces_around_logical_operators = true
584 ij_lua_spaces_around_multiplicative_operators = true
585 ij_lua_spaces_around_relational_operators = true
586 ij_lua_spaces_around_unary_operator = false
587 ij_lua_spaces_within_array_initializer_braces = false
588 ij_lua_spaces_within_brackets = false
589 ij_lua_spaces_within_for_parentheses = false
590 ij_lua_spaces_within_if_parentheses = false
591 ij_lua_spaces_within_method_call_parentheses = false
592 ij_lua_spaces_within_method_parentheses = false
593 ij_lua_spaces_within_parentheses = false
594 ij_lua_spaces_within_while_parentheses = false
595 ij_lua_ternary_operation_signs_on_next_line = false
596 ij_lua_ternary_operation_wrap = off
597 ij_lua_wrap_comments = false
598 ij_lua_wrap_long_lines = false
600 [{*.har,*.json}]
601 indent_size = 2
602 indent_style = space
603 ij_visual_guides = none
604 ij_json_keep_blank_lines_in_code = 0
605 ij_json_keep_indents_on_empty_lines = false
606 ij_json_keep_line_breaks = true
607 ij_json_space_after_colon = true
608 ij_json_space_after_comma = true
609 ij_json_space_before_colon = true
610 ij_json_space_before_comma = false
611 ij_json_spaces_within_braces = false
612 ij_json_spaces_within_brackets = false
613 ij_json_wrap_long_lines = false
615 [{*.htm,*.html,*.sht,*.shtm,*.shtml}]
616 indent_style = space
617 ij_visual_guides = none
618 ij_html_add_new_line_before_tags = body,div,p,form,h1,h2,h3
619 ij_html_align_attributes = true
620 ij_html_align_text = false
621 ij_html_attribute_wrap = normal
622 ij_html_block_comment_at_first_column = true
623 ij_html_do_not_align_children_of_min_lines = 0
624 ij_html_do_not_break_if_inline_tags = title,h1,h2,h3,h4,h5,h6,p
625 ij_html_do_not_indent_children_of_tags = html,body,thead,tbody,tfoot
626 ij_html_enforce_quotes = false
627 ij_html_inline_tags = a,abbr,acronym,b,basefont,bdo,big,br,cite,cite,code,dfn,em,font,i,img,input,kbd,label,q,s,samp,select,small,span,strike,strong,sub,sup,textarea,tt,u,var
628 ij_html_keep_blank_lines = 2
629 ij_html_keep_indents_on_empty_lines = false
630 ij_html_keep_line_breaks = true
631 ij_html_keep_line_breaks_in_text = true
632 ij_html_keep_whitespaces = false
633 ij_html_keep_whitespaces_inside = span,pre,textarea
634 ij_html_line_comment_at_first_column = true
635 ij_html_new_line_after_last_attribute = never
636 ij_html_new_line_before_first_attribute = never
637 ij_html_quote_style = double
638 ij_html_remove_new_line_before_tags = br
639 ij_html_space_after_tag_name = false
640 ij_html_space_around_equality_in_attribute = false
641 ij_html_space_inside_empty_tag = false
642 ij_html_text_wrap = normal
643 ij_html_uniform_ident = false
645 [{*.markdown,*.md,*.mkd,markdown}]
646 indent_style = space
647 ij_visual_guides = none
648 ij_markdown_force_one_space_after_blockquote_symbol = true
649 ij_markdown_force_one_space_after_header_symbol = true
650 ij_markdown_force_one_space_after_list_bullet = true
651 ij_markdown_force_one_space_between_words = true
652 ij_markdown_keep_indents_on_empty_lines = false
653 ij_markdown_max_lines_around_block_elements = 1
654 ij_markdown_max_lines_around_header = 1
655 ij_markdown_max_lines_between_paragraphs = 1
656 ij_markdown_min_lines_around_block_elements = 1
657 ij_markdown_min_lines_around_header = 1
658 ij_markdown_min_lines_between_paragraphs = 1
660 [{*.mk,GNUmakefile,makefile}]
661 ij_visual_guides = none
663 [{*.ps1,*.psd1,*.psm1}]
664 max_line_length = 115
665 ij_visual_guides = none
666 ij_powershell_align_multiline_binary_operation = false
667 ij_powershell_align_multiline_chained_methods = false
668 ij_powershell_align_multiline_for = true
669 ij_powershell_align_multiline_parameters = true
670 ij_powershell_align_multiline_parameters_in_calls = false
671 ij_powershell_binary_operation_wrap = off
672 ij_powershell_block_brace_style = next_line
673 ij_powershell_call_parameters_new_line_after_left_paren = false
674 ij_powershell_call_parameters_right_paren_on_new_line = false
675 ij_powershell_call_parameters_wrap = off
676 ij_powershell_catch_on_new_line = true
677 ij_powershell_class_annotation_wrap = split_into_lines
678 ij_powershell_class_brace_style = next_line
679 ij_powershell_else_on_new_line = true
680 ij_powershell_field_annotation_wrap = off
681 ij_powershell_finally_on_new_line = true
682 ij_powershell_for_statement_new_line_after_left_paren = false
683 ij_powershell_for_statement_right_paren_on_new_line = false
684 ij_powershell_for_statement_wrap = off
685 ij_powershell_keep_blank_lines_in_code = 2
686 ij_powershell_keep_first_column_comment = true
687 ij_powershell_keep_line_breaks = true
688 ij_powershell_keep_simple_blocks_in_one_line = false
689 ij_powershell_keep_simple_classes_in_one_line = false
690 ij_powershell_keep_simple_lambdas_in_one_line = true
691 ij_powershell_keep_simple_methods_in_one_line = false
692 ij_powershell_method_annotation_wrap = split_into_lines
693 ij_powershell_method_brace_style = next_line
694 ij_powershell_method_call_chain_wrap = off
695 ij_powershell_method_parameters_new_line_after_left_paren = false
696 ij_powershell_method_parameters_right_paren_on_new_line = false
697 ij_powershell_method_parameters_wrap = off
698 ij_powershell_parameter_annotation_wrap = off
699 ij_powershell_parentheses_expression_new_line_after_left_paren = false
700 ij_powershell_parentheses_expression_right_paren_on_new_line = false
701 ij_powershell_space_after_colon = true
702 ij_powershell_space_after_comma = true
703 ij_powershell_space_after_for_semicolon = true
704 ij_powershell_space_after_type_cast = false
705 ij_powershell_space_before_annotation_parameter_list = false
706 ij_powershell_space_before_array_initializer_left_brace = true
707 ij_powershell_space_before_catch_keyword = true
708 ij_powershell_space_before_catch_left_brace = true
709 ij_powershell_space_before_class_left_brace = true
710 ij_powershell_space_before_colon = true
711 ij_powershell_space_before_comma = false
712 ij_powershell_space_before_do_left_brace = true
713 ij_powershell_space_before_else_keyword = true
714 ij_powershell_space_before_else_left_brace = true
715 ij_powershell_space_before_finally_keyword = true
716 ij_powershell_space_before_finally_left_brace = true
717 ij_powershell_space_before_for_left_brace = true
718 ij_powershell_space_before_for_parentheses = true
719 ij_powershell_space_before_for_semicolon = false
720 ij_powershell_space_before_if_left_brace = true
721 ij_powershell_space_before_if_parentheses = true
722 ij_powershell_space_before_method_call_parentheses = false
723 ij_powershell_space_before_method_left_brace = true
724 ij_powershell_space_before_method_parentheses = false
725 ij_powershell_space_before_switch_left_brace = true
726 ij_powershell_space_before_switch_parentheses = true
727 ij_powershell_space_before_try_left_brace = true
728 ij_powershell_space_before_while_keyword = true
729 ij_powershell_space_before_while_left_brace = true
730 ij_powershell_space_before_while_parentheses = true
731 ij_powershell_space_within_empty_method_call_parentheses = false
732 ij_powershell_space_within_empty_method_parentheses = false
733 ij_powershell_spaces_around_additive_operators = true
734 ij_powershell_spaces_around_assignment_operators = true
735 ij_powershell_spaces_around_bitwise_operators = true
736 ij_powershell_spaces_around_logical_operators = true
737 ij_powershell_spaces_around_method_ref_dbl_colon = false
738 ij_powershell_spaces_around_multiplicative_operators = true
739 ij_powershell_spaces_around_relational_operators = true
740 ij_powershell_spaces_around_unary_operator = false
741 ij_powershell_spaces_within_annotation_parentheses = false
742 ij_powershell_spaces_within_braces = true
743 ij_powershell_spaces_within_brackets = false
744 ij_powershell_spaces_within_cast_parentheses = false
745 ij_powershell_spaces_within_for_parentheses = false
746 ij_powershell_spaces_within_if_parentheses = false
747 ij_powershell_spaces_within_method_call_parentheses = false
748 ij_powershell_spaces_within_method_parentheses = false
749 ij_powershell_spaces_within_parentheses = false
750 ij_powershell_spaces_within_switch_parentheses = false
751 ij_powershell_spaces_within_while_parentheses = false
752 ij_powershell_special_else_if_treatment = true
753 ij_powershell_while_on_new_line = false
754 ij_powershell_wrap_first_method_in_call_chain = false
755 ij_powershell_wrap_long_lines = false
757 [{*.py,*.pyw}]
758 indent_style = space
759 ij_visual_guides = none
760 ij_python_align_collections_and_comprehensions = true
761 ij_python_align_multiline_imports = true
762 ij_python_align_multiline_parameters = true
763 ij_python_align_multiline_parameters_in_calls = true
764 ij_python_blank_line_at_file_end = true
765 ij_python_blank_lines_after_imports = 1
766 ij_python_blank_lines_after_local_imports = 0
767 ij_python_blank_lines_around_class = 1
768 ij_python_blank_lines_around_method = 1
769 ij_python_blank_lines_around_top_level_classes_functions = 2
770 ij_python_blank_lines_before_first_method = 0
771 ij_python_dict_alignment = 0
772 ij_python_dict_new_line_after_left_brace = false
773 ij_python_dict_new_line_before_right_brace = false
774 ij_python_dict_wrapping = 1
775 ij_python_from_import_new_line_after_left_parenthesis = false
776 ij_python_from_import_new_line_before_right_parenthesis = false
777 ij_python_from_import_parentheses_force_if_multiline = false
778 ij_python_from_import_trailing_comma_if_multiline = false
779 ij_python_from_import_wrapping = 1
780 ij_python_hang_closing_brackets = false
781 ij_python_keep_blank_lines_in_code = 1
782 ij_python_keep_blank_lines_in_declarations = 1
783 ij_python_keep_indents_on_empty_lines = false
784 ij_python_keep_line_breaks = true
785 ij_python_new_line_after_colon = false
786 ij_python_new_line_after_colon_multi_clause = true
787 ij_python_optimize_imports_always_split_from_imports = false
788 ij_python_optimize_imports_case_insensitive_order = false
789 ij_python_optimize_imports_join_from_imports_with_same_source = false
790 ij_python_optimize_imports_sort_by_type_first = true
791 ij_python_optimize_imports_sort_imports = true
792 ij_python_optimize_imports_sort_names_in_from_imports = false
793 ij_python_space_after_comma = true
794 ij_python_space_after_number_sign = true
795 ij_python_space_after_py_colon = true
796 ij_python_space_before_backslash = true
797 ij_python_space_before_comma = false
798 ij_python_space_before_for_semicolon = false
799 ij_python_space_before_lbracket = false
800 ij_python_space_before_method_call_parentheses = false
801 ij_python_space_before_method_parentheses = false
802 ij_python_space_before_number_sign = true
803 ij_python_space_before_py_colon = false
804 ij_python_space_within_empty_method_call_parentheses = false
805 ij_python_space_within_empty_method_parentheses = false
806 ij_python_spaces_around_additive_operators = true
807 ij_python_spaces_around_assignment_operators = true
808 ij_python_spaces_around_bitwise_operators = true
809 ij_python_spaces_around_eq_in_keyword_argument = false
810 ij_python_spaces_around_eq_in_named_parameter = false
811 ij_python_spaces_around_equality_operators = true
812 ij_python_spaces_around_multiplicative_operators = true
813 ij_python_spaces_around_power_operator = true
814 ij_python_spaces_around_relational_operators = true
815 ij_python_spaces_around_shift_operators = true
816 ij_python_spaces_within_braces = false
817 ij_python_spaces_within_brackets = false
818 ij_python_spaces_within_method_call_parentheses = false
819 ij_python_spaces_within_method_parentheses = false
820 ij_python_use_continuation_indent_for_arguments = false
821 ij_python_use_continuation_indent_for_collection_and_comprehensions = false
822 ij_python_wrap_long_lines = false
824 [{*.yaml,*.yml,.clang-format,.clang-tidy,_clang-format}]
825 indent_size = 2
826 ij_visual_guides = none
827 ij_yaml_align_values_properties = do_not_align
828 ij_yaml_autoinsert_sequence_marker = true
829 ij_yaml_block_mapping_on_new_line = false
830 ij_yaml_indent_sequence_value = true
831 ij_yaml_keep_indents_on_empty_lines = false
832 ij_yaml_keep_line_breaks = true
833 ij_yaml_sequence_on_new_line = false
834 ij_yaml_space_before_colon = false
835 ij_yaml_spaces_within_braces = true
836 ij_yaml_spaces_within_brackets = true