summaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-11 23:59:48 +0200
committerAmlal <amlal@zka.com>2024-07-11 23:59:48 +0200
commit0276bcf645b6471668504bf7ec23dd9c55614537 (patch)
tree2becc300ac717b8b97bdc21acd89e59eb646e074 /.clang-format
parent4c52feb57fda9e9ee29c1f5310ec19d8cd9e4ca8 (diff)
[IMP] clang-format.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format16
1 files changed, 16 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..fb3cacb
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,16 @@
+---
+BasedOnStyle: Microsoft
+AccessModifierOffset: '-4'
+AlignAfterOpenBracket: Align
+AlignConsecutiveMacros: 'true'
+AlignConsecutiveAssignments: 'true'
+AlignConsecutiveDeclarations: 'true'
+BinPackParameters: 'false'
+ColumnLimit: '0'
+Language: Cpp
+NamespaceIndentation: All
+PointerAlignment: Left
+ReflowComments: 'true'
+SortIncludes: 'false'
+UseTab: Always
+...