Skip to content
GitLab
Explore
Sign in
llvm-bpevl
openmp
runtime
.clang-format
Find file
Normal view
History
Permalink
.clang-format
80 B
Newer
Older
Add the .clang-format file which the formatting was based on
Jonathan Peyton
committed
May 15, 2017
1
2
3
4
5
---
BasedOnStyle: LLVM
AlignTrailingComments: false
SortIncludes: false
...