diff options
| author | ruki <[email protected]> | 2025-11-09 19:51:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2025-11-09 19:51:04 +0800 |
| commit | 91f6ed08fe32e36d555129efa4afdd82113f0eb4 (patch) | |
| tree | 2bfee23488c8479c83833677262ee83b9e362cbb /core | |
| parent | c89c94bf89e98c8e42e786aacc0b334a57474179 (diff) | |
format tests and templates
Diffstat (limited to 'core')
| -rw-r--r-- | core/.clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/.clang-format b/core/.clang-format index edad6bd70..2fbb26713 100644 --- a/core/.clang-format +++ b/core/.clang-format @@ -75,3 +75,8 @@ PenaltyBreakString: 1000 PenaltyExcessCharacter: 1000000 PenaltyReturnTypeOnItsOwnLine: 1000 PenaltyBreakTemplateDeclaration: 1000 + +--- +Language: ObjC +BasedOnStyle: LLVM +DisableFormat: true |
