Revision 7e8b08ec6446649c9bcf4e48ff7810f4a0379bbe authored by Brad King on 08 March 2017, 14:12:09 UTC, committed by Brad King on 08 March 2017, 14:12:09 UTC
Check for a Fortran compiler that supports the same target platform
as we are testing.
1 parent 0f5e76d
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