Browse Source

Add EditorConfig

Closes gh-1455
pull/1455/merge
diguage 7 years ago committed by Stephane Nicoll
parent
commit
d33764353e
  1. 10
      .editorconfig

10
.editorconfig

@ -0,0 +1,10 @@ @@ -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
Loading…
Cancel
Save