mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-28 23:09:46 -05:00
598ca6c405
git-subtree-dir: proxy git-subtree-mainline:571d96e856git-subtree-split:201b9a6526
35 lines
457 B
INI
35 lines
457 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 |