clang-format-action icon indicating copy to clipboard operation
clang-format-action copied to clipboard

Adds `format-filepath` to customize the filepath of `.clang-format`

Open jr1221 opened this issue 1 year ago • 6 comments

See title.

This allows any file with valid clang format contents to be specified as the filepath.

In my organization this allows a submodule common across multiple C repositories to contain the clang-format, so an update of the submodule updates the styling across the org.

Closes #156

jr1221 avatar Aug 04 '24 15:08 jr1221