summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-04-12 00:44:29 -0400
committerbd <bdunahu@operationnull.com>2025-04-12 00:44:29 -0400
commit28a2788e2c59357d9269e558b0bd45db3241c42d (patch)
tree5e001355106684d514dcb96afcec2ad102513a33 /.clang-format
parent1fb7a9bd5eb41e87871bcbb3423caaabdd8ce1d9 (diff)
Rewrite utils functions as macros
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 39ed432..30fe2e7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,11 +1,12 @@
---
Language: Cpp
+AlwaysBreakAfterDefinitionReturnType: All
AlignAfterOpenBracket: AlwaysBreak
AllowAllParametersOfDeclarationOnNextLine: true
BinPackParameters: false
BreakBeforeBraces: Linux
PointerAlignment: Right
-ColumnLimit: 80
+ColumnLimit: 100
IndentWidth: 4
TabWidth: 4
UseTab: Always \ No newline at end of file