Add fix to clang format file

This commit is contained in:
Pavel Odintsov 2015-05-15 13:30:58 +03:00
parent a9b66331d4
commit edcdee446b

View File

@ -46,4 +46,6 @@ SpacesInParentheses: false
Standard: Cpp03
TabWidth: 4
UseTab: Never
# Sopported only from clang 3.7
# AlignConsecutiveAssignments: false
...