chore(format): add TabWidth

This commit is contained in:
fallenoak 2020-09-16 00:52:50 -05:00
parent 266bdc7737
commit 7713223e60
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -49,5 +49,6 @@ SpacesInAngles: false
SpacesInCStyleCastParentheses: false SpacesInCStyleCastParentheses: false
SpacesInConditionalStatement: false SpacesInConditionalStatement: false
Standard: c++11 Standard: c++11
TabWidth: 4
UseCRLF: false UseCRLF: false
UseTab: Never UseTab: Never