Add missing newline to .clang-format

This commit is contained in:
Rasmus Karlsson 2018-07-03 15:19:14 +00:00
parent 63a596ef16
commit 3248263523

View file

@ -27,4 +27,4 @@ BraceWrapping: {
BeforeCatch: 'false' BeforeCatch: 'false'
} }
ColumnLimit: 100 ColumnLimit: 100
FixNamespaceComments: true FixNamespaceComments: true