Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ground-context/ground
Browse files Browse the repository at this point in the history
  • Loading branch information
vsreekanti committed Mar 12, 2017
2 parents adc57cb + 9da8234 commit 96d5278
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .editorconfig
Expand Up @@ -2,9 +2,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.java]
[*.{java,json,sh}]
indent_style = space
indent_size = 2

[*.{py,sql}]
indent_style = space
indent_size = 4

0 comments on commit 96d5278

Please sign in to comment.