1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-01 08:00:48 +00:00

Merge pull request #964 from matthew16550/editorconfig-tweaks

IntelliJ specific .editorconfig so it matches the existing Java style
This commit is contained in:
PlantUML 2022-03-28 19:25:29 +02:00 committed by GitHub
commit a35f1fb734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,16 @@ indent_size = 2
indent_style = tab
trim_trailing_whitespace = true
[*.java]
ij_continuation_indent_size = 8
ij_java_align_multiline_parameters = false
ij_java_class_count_to_use_import_on_demand = 999
ij_java_imports_layout = $*,|,java.**,|,javax.**,|,org.**,|com.**,|*,|
ij_java_names_count_to_use_import_on_demand = 999
[*.md]
max_line_length = off
trim_trailing_whitespace = false
[{pom.xml, *.yml}]
indent_style = space