-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: create examples/git-clang-format
#131
Conversation
Labels have been automatically applied based on the conventional commit types.🏷️ |
examples/git-clang-format
for a exampleexamples/git-clang-format
for examples
examples/git-clang-format
for examplesexamples/git-clang-format
examples/git-clang-format
examples/git-clang-format
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #131 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 11 11
Lines 416 416
=========================================
Hits 416 416 Continue to review full report in Codecov by Sentry.
|
This pull request introduces a new example project demonstrating the usage of the
git-clang-format
command. The changes include configuration files, documentation, and example source code.New example project for
git-clang-format
:examples/git-clang-format/.clang-format
: Added configuration file based on Google style with a column limit of 90.examples/git-clang-format/README.md
: Added documentation explaining how to usegit-clang-format
with a step-by-step guide and example outputs.examples/git-clang-format/package.json
: Added package configuration with scripts for modifying and formatting the example source code.examples/git-clang-format/src/main.c
: Added example source code file to demonstrate the formatting changes.examples/git-clang-format/src/main_overwrite.txt
: Added helper file used by the script to modify the example source code.