Skip to content

Commit

Permalink
Added EditorConfig support. [skip ci] (googleapis#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman authored Dec 7, 2017
1 parent 6f3a883 commit a44cabf
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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

0 comments on commit a44cabf

Please sign in to comment.