Skip to content

Commit

Permalink
fix(ci): add java lint rule
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Nov 29, 2018
1 parent 46323fe commit ff4a9ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Expand Up @@ -46,3 +46,10 @@ indent_size = 1
[*.m]
indent_size = 4
indent_style = space

[*.java]
indent_size = 4
indent_style = space
block_comment_start = /**
block_comment = *
block_comment_end = */

0 comments on commit ff4a9ef

Please sign in to comment.