Skip to content

Commit

Permalink
Improve .editorconfig
Browse files Browse the repository at this point in the history
This commit adds a few IntelliJ-specific config options that align
the editor config with the automated formatter.
  • Loading branch information
Ladicek committed Nov 7, 2024
1 parent 9e57a27 commit 1b56940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ indent_size = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true

ij_continuation_indent_size = 8
ij_any_align_multiline_parameters = false

0 comments on commit 1b56940

Please sign in to comment.