Revision 7a30fa1a414faeb4ec83d894428a335f0b481de3 authored by Konstantin Podsvirov on 05 July 2016, 19:30:12 UTC, committed by Brad King on 05 July 2016, 19:55:42 UTC
Fix spelling of attributes added by commit v3.6.0-rc1~52^2 (CPackIFW:
Add support for Promoting Updates, 2016-05-17).
1 parent dd71ec2
Raw File
.clang-format
---
# This configuration requires clang-format 3.8 or higher.
BasedOnStyle: Mozilla
AlignOperands: false
AlwaysBreakAfterReturnType: None
AlwaysBreakAfterDefinitionReturnType: None
ColumnLimit: 79
Standard: Cpp03
...
back to top