Skip to content

Commit

Permalink
Update editorconfig for XML
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Sep 1, 2023
1 parent 26eba5d commit 074e680
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
9 changes: 1 addition & 8 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -286,14 +286,6 @@ ij_editorconfig_space_before_colon = false
ij_editorconfig_space_before_comma = false
ij_editorconfig_spaces_around_assignment_operators = true

[{*.bash,*.zsh,*.sh}]
indent_style = space
ij_shell_binary_ops_start_line = false
ij_shell_keep_column_alignment_padding = false
ij_shell_minify_program = false
ij_shell_redirect_followed_by_space = false
ij_shell_switch_cases_indented = false

[{*.gant,*.groovy,*.gradle,*.gdsl,*.gy}]
indent_style = space
ij_smart_tabs = false
Expand Down Expand Up @@ -668,6 +660,7 @@ ij_smart_tabs = false
ij_xml_block_comment_at_first_column = true
ij_xml_keep_indents_on_empty_lines = false
ij_xml_line_comment_at_first_column = true
ij_xml_space_inside_empty_tag = false

[{spring.schemas,spring.handlers,*.properties}]
ij_properties_align_group_field_declarations = false
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/build/
.xeres.lock
/.jpb/persistence-units.xml
.run/XeresApplication.run.xml
12 changes: 0 additions & 12 deletions .run/XeresApplication.run.xml

This file was deleted.

0 comments on commit 074e680

Please sign in to comment.