1
0
Fork 0
forked from fun/fun

Housekepping. (0.7.3)

This commit is contained in:
Johannes Findeisen 2025-09-28 02:23:24 +02:00
commit ea9dd71659
5 changed files with 24 additions and 45 deletions

View file

@ -13,16 +13,6 @@ ij_smart_tabs = false
ij_visual_guides = none
ij_wrap_on_typing = false
[*.c]
indent_style = space
indent_size = 4
tab_width = 4
[*.csv]
indent_style = tab
ij_csv_keep_indents_on_empty_lines = true
ij_csv_wrap_long_lines = false
[*.properties]
ij_properties_align_group_field_declarations = false
ij_properties_keep_blank_lines = false
@ -37,9 +27,15 @@ ij_editorconfig_space_before_colon = false
ij_editorconfig_space_before_comma = false
ij_editorconfig_spaces_around_assignment_operators = true
[{*.bash,*.sh,*.zsh}]
[Makefile]
indent_style = tab
indent_size = 2
tab_width = 2
tab_width = 1
[{*.bash,*.sh,*.zsh}]
indent_style = space
indent_size = 2
tab_width = 1
ij_shell_binary_ops_start_line = false
ij_shell_keep_column_alignment_padding = false
ij_shell_minify_program = false
@ -47,10 +43,20 @@ ij_shell_redirect_followed_by_space = false
ij_shell_switch_cases_indented = false
ij_shell_use_unix_line_separator = true
[*.c]
indent_style = space
indent_size = 4
tab_width = 1
[*.csv]
indent_style = tab
ij_csv_keep_indents_on_empty_lines = true
ij_csv_wrap_long_lines = false
[{*.markdown,*.md}]
indent_style = space
indent_size = 2
tab_width = 2
tab_width = 1
ij_markdown_force_one_space_after_blockquote_symbol = true
ij_markdown_force_one_space_after_header_symbol = true
ij_markdown_force_one_space_after_list_bullet = true
@ -70,8 +76,8 @@ ij_markdown_wrap_text_inside_blockquotes = true
[{*.py,*.pyw}]
indent_style = space
indent_size = 2
tab_width = 2
indent_size = 4
tab_width = 1
max_line_length = 100
ij_python_align_collections_and_comprehensions = true
ij_python_align_multiline_imports = true