Skip to content

Commit

Permalink
add java to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kucera-lukas committed Sep 8, 2022
1 parent 1186325 commit f0e8339
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/dot_editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ max_line_length = 80
# isort
profile = black

# Java
[*.java]
# google-java-format
max_line_length = 100
indent_size = 2

# Markdown
[*.{md,rst}]
trim_trailing_whitespace = false
Expand Down

0 comments on commit f0e8339

Please sign in to comment.