diff options
author | rtk0c <[email protected]> | 2024-04-27 10:06:05 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2024-04-27 10:06:05 -0700 |
commit | 7151b0e5bcabb0216e79e742ae13c4f429ec2011 (patch) | |
tree | ef5d9d370a5c1956a27f5da06b839133913169e9 /.clang-format | |
parent | 611008e9a7f262ca5ef7c5c89a04705ed706f7a2 (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 |