minor whitespace fixes to templates

This commit is contained in:
James E. King III
2019-04-22 12:29:25 -04:00
parent 63de4f5e7f
commit f3c3a812fe
2 changed files with 27 additions and 8 deletions

19
.yamllint Normal file
View File

@@ -0,0 +1,19 @@
---
extends: default
rules:
braces:
level: warning
brackets:
level: warning
colons:
level: warning
commas:
level: warning
indentation:
level: warning
line-length:
max: 200
truthy:
level: error

View File

@@ -120,9 +120,9 @@ jobs:
"B2_CXXFLAGS=-stdlib=libc++" ], addons: *clang-6 }
- { os: "osx" , env: [ "B2_TOOLSET=clang", "B2_CXXSTD=03,11,17" ] }
# to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following:
# - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7,
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
# to enable Intel ICC define INTEL_ICC_SERIAL_NUMBER and the following:
# - { os: "linux", env: [ "B2_TOOLSET=intel-linux", "B2_CXXSTD=11,14,17" ], addons: *gcc-7,
# script: cd $BOOST_ROOT/libs/$SELF && ci/travis/intelicc.sh }
- os: linux
env: