diff options
author | Yuri Finkelstein <yurif2003@yahoo.com> | 2017-12-21 08:18:20 -1000 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2017-12-21 10:18:20 -0800 |
commit | 5d9930aa0de203b2059cb3cfe3874fa0196fe975 (patch) | |
tree | 72bc681002532427b5ddc24f68390c3d6a731854 /.clang-format | |
parent | 8518b3fb4e2726dbc7cf6d1b2f10597d1368a9d7 (diff) | |
download | flatbuffers-5d9930aa0de203b2059cb3cfe3874fa0196fe975.tar.gz flatbuffers-5d9930aa0de203b2059cb3cfe3874fa0196fe975.tar.bz2 flatbuffers-5d9930aa0de203b2059cb3cfe3874fa0196fe975.zip |
added config files for popular formatting tools (#4554)
* added config files for popular formatting tools
* edited and moved formatting files to root per review suggestion
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 00000000..e27ba59f --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +--- +Language: Cpp +BasedOnStyle: Google +DerivePointerAlignment: false +PointerAlignment: Right +... + |