Skip to content

Commit

Permalink
[core] Fix editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
tipsy committed Sep 14, 2018
1 parent 7767635 commit d677345
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.java,*.kt]
[*.java]
indent_style = space
indent_size = 4
continuation_indent_size = 4

[*.kt]
indent_style = space
indent_size = 4
continuation_indent_size = 8

[*.md]
trim_trailing_whitespace = false

Expand All @@ -25,11 +30,7 @@ indent_style = space
indent_size = 4
insert_final_newline = false

[*.yml]
indent_style = space
indent_size = 2

[*.json]
[*.{yml,yaml,json}]
indent_style = space
indent_size = 2

Expand Down

0 comments on commit d677345

Please sign in to comment.