diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-09 17:17:53 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-09 17:17:53 +0200 |
commit | 32237bc52d1dd69d60dda75ddc29bb31ce165c83 (patch) | |
tree | aff899e8b09f7a1b66e06eb4769548ca12169557 /.clang-format | |
parent | be84308e01ecc9e8de2997ab030420b401e06596 (diff) |
implement setup and hypervisor
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 77e33d7..2f7e218 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,7 @@ --- AccessModifierOffset: 0 AlignConsecutiveAssignments: true +AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLoopsOnASingleLine: true BasedOnStyle: LLVM BreakBeforeBraces: Attach |