Last active
March 3, 2023 15:13
-
-
Save EarthMessenger/403f0395f68253de17ee71685861ce1e to your computer and use it in GitHub Desktop.
my clang-format file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| BasedOnStyle: LLVM | |
| UseTab: Always | |
| IndentWidth: 8 | |
| TabWidth: 8 | |
| BreakBeforeBraces: Mozilla | |
| DerivePointerAlignment: false | |
| PointerAlignment: Right | |
| ColumnLimit: 80 | |
| AllowShortBlocksOnASingleLine: true | |
| AllowShortCaseLabelsOnASingleLine: true | |
| AllowShortEnumsOnASingleLine: true | |
| AllowShortFunctionsOnASingleLine: All | |
| AllowShortIfStatementsOnASingleLine: AllIfsAndElse | |
| AllowShortLambdasOnASingleLine: All | |
| AllowShortLoopsOnASingleLine: true | |
| Cpp11BracedListStyle: false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment