1
0
mirror of synced 2025-07-27 23:41:48 +03:00

Format code

This commit is contained in:
yhirose
2019-12-14 23:46:11 -05:00
parent d2c7b447d5
commit 260422b7d7
3 changed files with 100 additions and 107 deletions

5
.clang-format Normal file
View File

@ -0,0 +1,5 @@
BasedOnStyle: LLVM
AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true
AllowShortIfStatementsOnASingleLine: true
Cpp11BracedListStyle: true