Last active
November 26, 2021 13:38
-
-
Save Magoninho/70319d5246388b8d8038a9c34b255a72 to your computer and use it in GitHub Desktop.
My clang format fallback style
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, | |
IndentWidth: 4, | |
TabWidth: 4, | |
AccessModifierOffset: -4 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment