RPC call (#2)

This commit is contained in:
2026-02-11 00:01:15 -05:00
committed by GitHub
parent 33c3ebad53
commit f9aefe11d8
10 changed files with 105 additions and 2 deletions

12
.clang-format Normal file
View File

@@ -0,0 +1,12 @@
BasedOnStyle: LLVM
IndentWidth: 4
UseTab: Never
ColumnLimit: 100
KeepEmptyLinesAtTheStartOfBlocks: true
MaxEmptyLinesToKeep: 2
AllowShortBlocksOnASingleLine: Never
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
ReflowComments: false