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:
Carlos O'Ryan 2019-06-28 15:01:33 -04:00
commit eab5cb57dd
No known key found for this signature in database
GPG key ID: BC4C1DC8B0DEF583
14 changed files with 1763 additions and 0 deletions

22
.editorconfig Normal file
View 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