llvm/openmp/runtime/.clang-format
Jonas Hahnfeld f0a1c65fb0 Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)"
This reverts commit r317339 which discarded some recent commits.

llvm-svn: 317346
2017-11-03 18:28:19 +00:00

6 lines
80 B
YAML

---
BasedOnStyle: LLVM
AlignTrailingComments: false
SortIncludes: false
...