From c455f7a987fff8fef459d340865368b1da28cecd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 17 May 2020 02:31:50 +0100 Subject: feat(third_party/nix): Add clang-format configuration --- third_party/nix/.clang-format | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 third_party/nix/.clang-format (limited to 'third_party') diff --git a/third_party/nix/.clang-format b/third_party/nix/.clang-format new file mode 100644 index 0000000000..faefcfa1c4 --- /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)' -- cgit 1.4.1