summaryrefslogtreecommitdiffstats
path: root/src/fmt/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/fmt/.clang-format8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fmt/.clang-format b/src/fmt/.clang-format
new file mode 100644
index 000000000..df55d340f
--- /dev/null
+++ b/src/fmt/.clang-format
@@ -0,0 +1,8 @@
+# Run manually to reformat a file:
+# clang-format -i --style=file <file>
+Language: Cpp
+BasedOnStyle: Google
+IndentPPDirectives: AfterHash
+IndentCaseLabels: false
+AlwaysBreakTemplateDeclarations: false
+DerivePointerAlignment: false