clang-format-action
                                
                                
                                
                                    clang-format-action copied to clipboard
                            
                            
                            
                        Adds `format-filepath` to customize the filepath of `.clang-format`
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