chore: separate assertions from builder header

This commit is contained in:
2026-06-01 14:06:51 +04:00
parent 1015b66d80
commit 7b3758caa3
3 changed files with 129 additions and 219 deletions

View File

@@ -1,12 +1,12 @@
---
Language: Cpp
BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
Language: Cpp
BasedOnStyle: LLVM
UseTab: Always
TabWidth: 4
IndentWidth: 4
NamespaceIndentation: All
AccessModifierOffset: -4
BreakBeforeBraces: Attach
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 120
AllowShortFunctionsOnASingleLine: Empty
ColumnLimit: 180
...