Use spaces for allignment instead of tabs

This commit is contained in:
Sam Ellicott 2021-03-13 14:23:52 -05:00
parent ad23066976
commit cb9b6bc569
2 changed files with 58 additions and 58 deletions

View file

@ -20,7 +20,7 @@ SpacesInContainerLiterals: 'true'
SpacesInParentheses: 'true'
SpacesInSquareBrackets: 'true'
TabWidth: '4'
UseTab: Always
UseTab: AlignWithSpaces
FixNamespaceComments: 'true'
IndentCaseLabels: 'true'