-
- Downloads
[clang-format] Add possibility to be based on parent directory
This allows the define BasedOnStyle: InheritParentConfig and then clang-format looks into the parent directories for their .clang-format and takes that as a basis. Differential Revision: https://reviews.llvm.org/D93844
Showing
- clang/docs/ClangFormatStyleOptions.rst 9 additions, 0 deletionsclang/docs/ClangFormatStyleOptions.rst
- clang/docs/ReleaseNotes.rst 3 additions, 0 deletionsclang/docs/ReleaseNotes.rst
- clang/include/clang/Format/Format.h 5 additions, 0 deletionsclang/include/clang/Format/Format.h
- clang/lib/Format/Format.cpp 67 additions, 7 deletionsclang/lib/Format/Format.cpp
- clang/unittests/Format/FormatTest.cpp 105 additions, 0 deletionsclang/unittests/Format/FormatTest.cpp
Loading
Please register or sign in to comment