Skip to content

Commit

Permalink
Merge pull request #390 from quike/misc/editorconfig
Browse files Browse the repository at this point in the history
Change java indentation to 4 spaces.
  • Loading branch information
quike authored Nov 26, 2017
2 parents fc09b8b + 7ca6b7f commit 155c237
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 @@ -10,5 +10,8 @@ insert_final_newline = true
indent_style = space
indent_size = 2

[*.java]
indent_size = 4

[*.md]
trim_trailing_whitespace = false

0 comments on commit 155c237

Please sign in to comment.