This is an archive of the discontinued LLVM Phabricator instance.

Support inheriting from parent configs
AbandonedPublic

Authored by zwliew on Dec 26 2021, 9:28 PM.

Details

Reviewers
None
Summary
  • Support inheriting from parent configs when the specified config has BasedOnStyle: InheritParentConfig. clang-format will search for parent configs starting from the parent directory of the specified config file.

Diff Detail

Unit TestsFailed