diff options
author | dx <aryadevchavali1@gmail.com> | 2020-06-21 02:06:40 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-06-21 02:06:40 +0100 |
commit | f015a0964919ff1fe7e62b01112826d174d7518c (patch) | |
tree | 68f28d72cdd342479cc885288a5f7d193817c500 /ClangFormat | |
parent | a2ec6fe98cad238b9674d3a434ca1d5dfc7e4eb4 (diff) | |
download | dotfiles-f015a0964919ff1fe7e62b01112826d174d7518c.tar.gz dotfiles-f015a0964919ff1fe7e62b01112826d174d7518c.tar.bz2 dotfiles-f015a0964919ff1fe7e62b01112826d174d7518c.zip |
~small changes
Diffstat (limited to 'ClangFormat')
-rw-r--r-- | ClangFormat/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 06cdd0f..a43fafa 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -13,6 +13,7 @@ BraceWrapping: AfterStruct: true AfterFunction: true AfterNamespace: true + AfterClass: true AfterUnion: true AfterControlStatement: true AfterExternBlock: true |