4bdb118d6e
git-subtree-dir: third_party/cpp/googleapis git-subtree-mainline:438050b3d9
git-subtree-split:c873fd3aa1
22 lines
214 B
INI
22 lines
214 B
INI
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_style = space
|
|
|
|
[BUILD]
|
|
indent_size = 4
|
|
|
|
[CMakeLists.*]
|
|
indent_size = 4
|
|
|
|
[*.h,*.cc]
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
indent_size = 2
|
|
|
|
[*.sh]
|
|
indent_size = 2
|