diff options
author | Alon Zakai <alonzakai@gmail.com> | 2018-11-29 12:51:40 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-29 12:51:40 -0800 |
commit | 5274d943ec65866089f6764af89205d003a15078 (patch) | |
tree | 124408fcd21374fb9ca22cef39d0378002161480 /.clang-format | |
parent | 0b425638bdafe7be7ed914943de931b491881e23 (diff) | |
download | binaryen-5274d943ec65866089f6764af89205d003a15078.tar.gz binaryen-5274d943ec65866089f6764af89205d003a15078.tar.bz2 binaryen-5274d943ec65866089f6764af89205d003a15078.zip |
standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 0b9a8cd12..ae26db077 100644 --- a/.clang-format +++ b/.clang-format @@ -5,3 +5,4 @@ ColumnLimit: 100 ContinuationIndentWidth: 2 ConstructorInitializerIndentWidth: 2 AlignAfterOpenBracket: DontAlign +SpaceAfterTemplateKeyword: false |