diff options
author | rtk0c <[email protected]> | 2024-04-27 10:06:05 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2025-08-16 11:34:45 -0700 |
commit | c1b01f66de039a34914387abe21ac52e7e00347a (patch) | |
tree | ef5d9d370a5c1956a27f5da06b839133913169e9 /.clang-format | |
parent | 9b2387dfe702bbadbdfde03fad8ba20daec127f8 (diff) |
Commit misc work from a while ago
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 2ba3906..b936e62 100644 --- a/.clang-format +++ b/.clang-format @@ -28,7 +28,7 @@ BraceWrapping: # AfterClass: true AfterControlStatement: MultiLine # AfterEnum: false -# AfterFunction: true + AfterFunction: false # AfterNamespace: true # AfterObjCDeclaration: false # AfterStruct: false |