summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/server/.clang-format
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/irony-20220110.849/server/.clang-format
initial commit
Diffstat (limited to 'elpa/irony-20220110.849/server/.clang-format')
-rw-r--r--elpa/irony-20220110.849/server/.clang-format8
1 files changed, 8 insertions, 0 deletions
diff --git a/elpa/irony-20220110.849/server/.clang-format b/elpa/irony-20220110.849/server/.clang-format
new file mode 100644
index 0000000..68e7062
--- /dev/null
+++ b/elpa/irony-20220110.849/server/.clang-format
@@ -0,0 +1,8 @@
+BasedOnStyle: LLVM
+AllowShortFunctionsOnASingleLine: false
+AlwaysBreakTemplateDeclarations: true
+BinPackParameters: false
+BreakConstructorInitializersBeforeComma: true
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
+ConstructorInitializerIndentWidth: 2
+IndentFunctionDeclarationAfterType: false