Initial set of files.
The make install target is not working for .proto files, but otherwise it seems to work.
This commit is contained in:
commit
eab5cb57dd
14 changed files with 1763 additions and 0 deletions
22
.editorconfig
Normal file
22
.editorconfig
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue