Skip to content

Commit

Permalink
Add EditorConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
diguage authored and snicoll committed Jun 12, 2017
1 parent 38a12ed commit d337643
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
root = true

[*.{adoc,bat,groovy,html,java,js,jsp,kt,kts,md,properties,py,rb,sh,sql,svg,txt,xml,xsd}]
charset = utf-8

[*.{groovy,java,kt,kts,xml,xsd}]
indent_style = tab
indent_size = 4
continuation_indent_size = 8
end_of_line = lf

0 comments on commit d337643

Please sign in to comment.