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

style: enhanced clarity coding style configs #51

Merged
merged 1 commit into from
Apr 25, 2024

Conversation

mdsanima
Copy link
Contributor

Updated the .clang-format and .editorconfig to reflect broader project standards and improve code readability. The commit introduces alignment rules for consecutive assignments and declarations, adjusts pointer alignment, and specifies rules for short functions and include sorting in .clang-format.

These modifications aim to maintain consistency across C/C++ demo programs as well as the main project, acknowledging that these rules are a work in progress. Additionally, the .editorconfig update simplifies comments to align settings across various languages, emphasizing the need to keep configuration files in sync across the codebase.

Updated the `.clang-format` and `.editorconfig` to reflect broader
project standards and improve code readability. The commit introduces
alignment rules for consecutive assignments and declarations, adjusts
pointer alignment, and specifies rules for short functions and include
sorting in `.clang-format`.

These modifications aim to maintain consistency across `C/C++` demo
programs as well as the main project, acknowledging that these rules
are a work in progress. Additionally, the `.editorconfig` update
simplifies comments to align settings across various languages,
emphasizing the need to keep configuration files in sync across
the codebase.
@mdsanima mdsanima merged commit 462b309 into main Apr 25, 2024
1 check passed
@mdsanima mdsanima deleted the style/new-rules-for-clang branch April 25, 2024 21:53
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.

1 participant