Skip to content
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

Add clang-format file #39

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Add clang-format file #39

merged 1 commit into from
Dec 7, 2023

Conversation

FaresAtef1
Copy link
Contributor

@FaresAtef1 FaresAtef1 commented Nov 25, 2023

This PR closes #5

I've added the clang-format file with some styling options. You can add more or modify the existing ones by referring to the options here.

To use this format, follow these steps:

  1. Install clang-format on your machine.
  2. Open Visual Studio Code and add these settings to your settings.json file:
"editor.formatOnSave": true,
"[cpp]": {
        "editor.defaultFormatter": "xaver.clang-format"
},
"clang-format.style": "file"
  1. After making any modifications to your code, save it, and the formatting will be applied.

@ujjwall-R ujjwall-R changed the base branch from main to dev December 7, 2023 10:30
@ujjwall-R ujjwall-R merged commit b9d7c6f into ujjwall-R:dev Dec 7, 2023
Abdelra6 pushed a commit to Abdelra6/Dree that referenced this pull request Dec 13, 2023
Feat/Adding gh logo which redirects to repo
ujjwall-R added a commit that referenced this pull request Dec 18, 2023
* clang-format (#39)

* automate installation process (#46)

* Publish to AUR  (#44)

* added PKGBUILD

* added PKGBUILD

* working pkgbuild

* Update PKGBUILD

* Update PKGBUILD

* Delete .idea directory

* Added a help flag (#45)

* style(minor tweaks): removed conflicts to merge in main

---------

Co-authored-by: Fares Atef <[email protected]>
Co-authored-by: peachjelly13 <[email protected]>
Co-authored-by: Dhanvith Nayak <[email protected]>
Co-authored-by: Abdelra6 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add clang-tidy linting tool and config
2 participants