about summary refs log tree commit diff
path: root/third_party
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-05-17T01·31+0100
committerVincent Ambo <tazjin@google.com>2020-05-17T14·53+0100
commitc455f7a987fff8fef459d340865368b1da28cecd (patch)
treecba9cf1cca40acbd77e5cc5a464709386c7513ef /third_party
parent7994fd1d545cc5c876d6f21db7ddf9185d23dad6 (diff)
feat(third_party/nix): Add clang-format configuration r/725
Diffstat (limited to 'third_party')
-rw-r--r--third_party/nix/.clang-format6
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 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)'