summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorNikita Kostovsky <luntik2012@gmail.com>2024-12-09 13:19:58 +0100
committerNikita Kostovsky <luntik2012@gmail.com>2024-12-09 13:19:58 +0100
commit81ce2f7ee5f27d08479d40fb6450a49f70f3355c (patch)
tree1fa85786c8696494d84fdf7fc1c351e89b1a7a7b /.clang-format
parentee43621697a4cdc4c7728d4b42ad73b8321137c4 (diff)
add x calibration prototype, add .clang-config
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format15
1 files changed, 15 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
new file mode 100644
index 0000000..56838cf
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1,15 @@
+AccessModifierOffset: -4
+AlignAfterOpenBracket: BlockIndent
+AllowAllArgumentsOnNextLine: false
+AllowAllParametersOfDeclarationOnNextLine: false
+BasedOnStyle: Microsoft
+BinPackParameters: false
+BinPackArguments: false
+BreakConstructorInitializers: BeforeComma
+ColumnLimit: 80
+InsertNewlineAtEOF: true
+IndentWidth: 4
+SpacesBeforeTrailingComments: 2
+UseTab: Never
+LineEnding: LF
+PointerAlignment: Left