using tabs for identation

main
Georg Krause 2018-04-22 13:11:30 +02:00 committed by Harry van Haaren
parent b9954f8489
commit 2820da7af8
1 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,6 @@ SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
TabWidth: 4
UseTab: Never
UseTab: ForIndentation
...