Revision a7a6ae5edde8a7c091822998da76846d0befc163 authored by Brad King on 14 September 2017, 18:15:26 UTC, committed by Brad King on 14 September 2017, 18:15:26 UTC
The content of `-result.txt` files is a regex, but the documentation
didn't make this clear.

Suggested-by: Deniz Bahadir <dbahadir@benocs.com>
1 parent 0865a24
Raw File
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
...
back to top