about summary refs log tree commit diff
path: root/third_party/nix/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/nix/.clang-format')
-rw-r--r--third_party/nix/.clang-format11
1 files changed, 0 insertions, 11 deletions
diff --git a/third_party/nix/.clang-format b/third_party/nix/.clang-format
deleted file mode 100644
index b8c36e122b..0000000000
--- a/third_party/nix/.clang-format
+++ /dev/null
@@ -1,11 +0,0 @@
-# Use the Google style in this project.
-BasedOnStyle: Google
-DerivePointerAlignment: false
-PointerAlignment: Left
-IncludeCategories:
-  - Regex: '^<.*\.h>'
-    Priority: 2
-  - Regex: '^<.*'
-    Priority: 1
-  - Regex: '.*'
-    Priority: 3