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

code refactoring changes with macro attributes added to mapped existing fields #12

Merged
merged 13 commits into from
Nov 16, 2024
Prev Previous commit
Next Next commit
adding rustfmt.toml for default source code formatting config
douggynix committed Nov 16, 2024
commit 8b39a3811b49b92716aab1038c830b9778b60b0d
4 changes: 4 additions & 0 deletions rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# You can see more config for rustfmt --help=config
# This confirmation is for source code formatting config used along with 'cargo fmt --verbose'
hard_tabs = false
tab_spaces = 4