diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-06-15 20:16:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 22:16:30 -0500 |
| commit | 0be8d0f5aeb64ae9abae24c2669bb45d440d9ca6 (patch) | |
| tree | 86a020983e430bf0a18f4ab414791c1894b99b30 /.clang-format | |
| parent | ffcd783c10b6e3d37bacae3ac61f595938a50e27 (diff) | |
Shutup ci (#782)
* stop magic number spam
* forgot to remove avoid
* Update .clang-format
* yeet qt translations and unused image formats
* also remove bearer and styles
* remove another svg dll
* create dmg on mac
* forgot .app
* delete folder after packing
* skip runtime webkit and opengl
* switch back to fixed qt setup
* try installing the NDK
* update discord rpc includes
* enable discord in CI builds
* copypaste lmao
* windows doesn't have export
* forgot the quotes
* guess i'm not root
* downgrade ubuntu
* lets hope ubuntu 18 comes with android ndk
* it doesn't
* try to update libpng
* script wasn't executable
* downgrade android
* typo
* use qmake to enable discord
* exit code 101 very funny qmake
* its in defines not just true
* can i use qmake like this?
* add discord
* exclude android from discord
* android runs on linux after all
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 a0505826..02dc5a17 100644 --- a/.clang-format +++ b/.clang-format @@ -1,2 +1,3 @@ BasedOnStyle: LLVM BreakBeforeBraces: Stroustrup +AllowShortIfStatementsOnASingleLine: true
\ No newline at end of file |
