forked from OSchip/llvm-project
c64b09acc3
And "none" pseudo-style indicating that formatting should be not applied. (1) Using .clang-format with "DisableFormat: true" effectively prevents formatting for all files within the folder containing such .clang-format file. (2) Using -fallback-style=none together with -style=file prevents formatting when .clang-format is not found, which can be used in on-save callback. Patch by Adam Strzelecki. Thank you! llvm-svn: 209446 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ClangFormat.cpp | ||
Makefile | ||
clang-format-bbedit.applescript | ||
clang-format-diff.py | ||
clang-format-sublime.py | ||
clang-format.el | ||
clang-format.py | ||
git-clang-format |