diff options
author | Vincent Ambo <tazjin@google.com> | 2020-05-17T01·31+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-05-17T14·53+0100 |
commit | c455f7a987fff8fef459d340865368b1da28cecd (patch) | |
tree | cba9cf1cca40acbd77e5cc5a464709386c7513ef | |
parent | 7994fd1d545cc5c876d6f21db7ddf9185d23dad6 (diff) |
feat(third_party/nix): Add clang-format configuration r/725
-rw-r--r-- | third_party/nix/.clang-format | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/nix/.clang-format b/third_party/nix/.clang-format new file mode 100644 index 000000000000..faefcfa1c457 --- /dev/null +++ b/third_party/nix/.clang-format @@ -0,0 +1,6 @@ +# Use the Google style in this project. +BasedOnStyle: Google +DerivePointerAlignment: false +PointerAlignment: Left +IncludeBlocks: Merge +CommentPragmas: '(@copydoc)' |