Created
June 27, 2024 19:47
-
-
Save Jasper1467/5cfb28ed70d7d83e47e74b06a8bd8c1c to your computer and use it in GitHub Desktop.
Revisions
-
Jasper1467 created this gist
Jun 27, 2024 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ --- BasedOnStyle: Microsoft AllowShortIfStatementsOnASingleLine: Never BreakBeforeBraces: Allman Cpp11BracedListStyle: 'false' IndentWidth: '4' NamespaceIndentation: All PointerAlignment: Left SpaceInEmptyParentheses: 'false' AccessModifierOffset: -4 ...