Formatting: Set UseTab to AlignWithSpaces

Should make things look nicer on GitHub
This commit is contained in:
TellowKrinkle 2025-06-12 23:07:23 -05:00
parent 572eae596c
commit 2e6820f9b0
1 changed files with 1 additions and 1 deletions

View File

@ -86,5 +86,5 @@ SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
UseTab: ForContinuationAndIndentation
UseTab: AlignWithSpaces
...