]> Some of my projects - anidbudpclient.git/commitdiff
Add .clang-format
authorAPTX <redacted>
Wed, 31 Dec 2025 03:21:50 +0000 (12:21 +0900)
committerAPTX <redacted>
Wed, 31 Dec 2025 03:54:36 +0000 (12:54 +0900)
.clang-format [new file with mode: 0644]

diff --git a/.clang-format b/.clang-format
new file mode 100644 (file)
index 0000000..3653f89
--- /dev/null
@@ -0,0 +1,6 @@
+BasedOnStyle: LLVM
+UseTab: Always
+IndentWidth: 4
+TabWidth: 4
+AccessModifierOffset: -4
+BreakBeforeBraces: Allman