Merge pull request #1455 from diguage:editor-config

* pr/1455:
  Add EditorConfig
This commit is contained in:
Stephane Nicoll 2017-06-12 08:08:14 +02:00
commit 5df053c44b
1 changed files with 10 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -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