Created
January 31, 2023 01:22
-
-
Save daparic/25a23517f64888a887a8cd3ed2a61884 to your computer and use it in GitHub Desktop.
This file contains 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
AlignTrailingComments: true | |
AllowShortFunctionsOnASingleLine: false | |
AllowShortIfStatementsOnASingleLine: true | |
AllowShortLoopsOnASingleLine: true | |
BreakBeforeBinaryOperators: false | |
IndentWidth: 4 | |
IndentAccessModifiers: true | |
AccessModifierOffset: -4 | |
SortIncludes: false | |
NamespaceIndentation: All |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment