Use spaces instead of tabs

Modify the .clang-format to format with spaces for indention instead of tabs
This commit is contained in:
Charles Giessen 2023-09-19 15:53:54 -06:00 committed by Charles Giessen
parent 04ec13b48d
commit fd71b1dd82
3 changed files with 1885 additions and 1886 deletions

View File

@ -39,5 +39,4 @@ SpacesInContainerLiterals: false
SpacesInParentheses: false
Standard: Auto
TabWidth: 4
UseTab: ForIndentation
SortIncludes: false
SortIncludes: false

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff