Skip to content

Commit

Permalink
unset tab_width on types with indent_style = tab
Browse files Browse the repository at this point in the history
If tabs are used the indent width is purely visual and should not be set by the editorconfig and has no effect on the files themselves.
  • Loading branch information
douira authored Jul 16, 2022
1 parent 68fc2e7 commit 255cc27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ indent_size = 4

[brachyurabootstrapconf.txt]
indent_style = tab
tab_width = unset

[*.java]
indent_style = tab
tab_width = unset
ij_continuation_indent_size = 4
ij_java_class_count_to_use_import_on_demand = 999
ij_java_names_count_to_use_import_on_demand = 999
Expand Down

0 comments on commit 255cc27

Please sign in to comment.