tvl-depot/third_party/cpp/googleapis/.editorconfig

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
214 B
INI
Raw Normal View History

# 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