feat(third_party/nix): Add clang-format configuration

This commit is contained in:
Vincent Ambo 2020-05-17 02:31:50 +01:00
parent 7994fd1d54
commit c455f7a987

6
third_party/nix/.clang-format vendored Normal file
View file

@ -0,0 +1,6 @@
# Use the Google style in this project.
BasedOnStyle: Google
DerivePointerAlignment: false
PointerAlignment: Left
IncludeBlocks: Merge
CommentPragmas: '(@copydoc)'