From b30c5c9b51b25a8c141de25ea959c925477f4cdc Mon Sep 17 00:00:00 2001 From: Mukund Mauji Date: Sun, 14 Feb 2021 09:03:04 -0500 Subject: Allow clangformat to use a local style file (#3587) * Allow clangformat to use a local style file. * Add tests. * Fix Vint issue. * Improve explanation of feature in documentation. * Fix failing test. The test was checking the wrong directory. --- test/command_callback/clangformat_paths/with_clangformat/.clang-format | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 test/command_callback/clangformat_paths/with_clangformat/.clang-format (limited to 'test/command_callback') diff --git a/test/command_callback/clangformat_paths/with_clangformat/.clang-format b/test/command_callback/clangformat_paths/with_clangformat/.clang-format new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3