diff options
author | cflip <cflip@cflip.net> | 2022-02-27 10:55:11 -0700 |
---|---|---|
committer | cflip <cflip@cflip.net> | 2022-02-27 10:55:11 -0700 |
commit | bba66a0ccb7281cd6c717fe9784a04a4fcf72700 (patch) | |
tree | e9689454cde4d42837ab09681215101fc28ed4a6 /.clang-format | |
parent | 12909a3ea80639a67edd854d441614abdcd4dc12 (diff) |
Add ClangFormat configuration
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..dba288f --- /dev/null +++ b/.clang-format @@ -0,0 +1,7 @@ +--- +Language: Cpp +BasedOnStyle: WebKit +UseTab: Always +TabWidth: 4 +PackConstructorInitializers: NextLine +AllowShortIfStatementsOnASingleLine: WithoutElse |