Skip to content

Commit

Permalink
Add gradle entry to editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mfussenegger committed May 25, 2018
1 parent 7a00d68 commit cae2444
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.gradle]
charset = utf-8
indent_style = space
indent_size = 4

0 comments on commit cae2444

Please sign in to comment.