[Openmp-commits] [PATCH] D38837: Add explicit values to .clang-format
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Oct 12 09:19:25 PDT 2017
jlpeyton added inline comments.
================
Comment at: runtime/.clang-format:6
+AlignOperands: false
+DisableFormat: true
+KeepEmptyLinesAtTheStartOfBlocks: false
----------------
This disables clang-format altogether when using -style=file? Why would we want this and doesn't it make other changes to this file useless? I believe we should just leave this file alone and clang-format the OMPT changes based on what the current configuration is.
https://reviews.llvm.org/D38837
More information about the Openmp-commits
mailing list