Update .clang-format

Disable tabs.
This commit is contained in:
Kim Kulling
2020-02-16 12:37:46 +01:00
committed by GitHub
parent a0000e5be4
commit eb8abfa02c

View File

@@ -108,7 +108,7 @@ IndentWidth: 4
# SpacesInParentheses: false
# SpacesInSquareBrackets: false
TabWidth: 4
UseTab: Always
UseTab: Never
---
### C++ specific config ###
Language: Cpp