formatting, focus, toplevel handlers to separate file

This commit is contained in:
2026-04-28 18:46:46 +07:00
parent bcd2422950
commit 66fc7d0bf5
19 changed files with 381 additions and 343 deletions
+23
View File
@@ -0,0 +1,23 @@
BasedOnStyle: LLVM
Language: C
PointerAlignment: Right
IndentWidth: 8
TabWidth: 8
ColumnLimit: 120
UseTab: Always
SpaceAfterCStyleCast: false
SortIncludes: true
BraceWrapping:
AfterClass: false
AfterControlStatement: false
AfterEnum: false
AfterFunction: true
AfterNamespace: false
AfterObjCDeclaration: false
AfterStruct: false
AfterUnion: false
BeforeCatch: false
BeforeElse: false
IndentBraces: false
BreakBeforeBraces: Custom