🔧 公共的编辑器配置

This commit is contained in:
b2baccline
2020-05-31 19:17:15 +08:00
parent 16e03dc145
commit 7fdb70c870

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