mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-04 10:00:10 -05:00
adcfca1712
git-subtree-dir: ocs git-subtree-mainline:b274cac8c2git-subtree-split:7ca52baa61
36 lines
458 B
INI
36 lines
458 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.go]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.starlark]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{yml,json}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{js,vue}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{css,less}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = true
|