Fix compilation by setting clang-format standard to C++03

This commit is contained in:
Arseny Kapoulkine 2018-10-17 20:57:34 -07:00
parent e61dbc5e88
commit 3c75d4d612
3 changed files with 25 additions and 24 deletions

View File

@ -1,3 +1,4 @@
Standard: Cpp03
UseTab: ForIndentation UseTab: ForIndentation
TabWidth: 4 TabWidth: 4
IndentWidth: 4 IndentWidth: 4