diff options
author | Mukund Mauji <mauji.mukund@yahoo.ca> | 2021-02-14 09:03:04 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-14 23:03:04 +0900 |
commit | b30c5c9b51b25a8c141de25ea959c925477f4cdc (patch) | |
tree | 1cd035e010b9f5978418544527734006c1445fa9 /test/command_callback | |
parent | 8cb9f5ef515f73eb3cf3188cc20ff57a51d9217b (diff) | |
download | ale-b30c5c9b51b25a8c141de25ea959c925477f4cdc.zip |
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.
Diffstat (limited to 'test/command_callback')
-rw-r--r-- | test/command_callback/clangformat_paths/with_clangformat/.clang-format | 0 |
1 files changed, 0 insertions, 0 deletions
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 --- /dev/null +++ b/test/command_callback/clangformat_paths/with_clangformat/.clang-format |