Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
aurexav committed Dec 31, 2024
1 parent 47bc681 commit a3a7d4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# System
# System.
.DS_Store

# Integrated development environment
# Integrated development environment.
.vscode

# Package manager
## Cargo
# Package manager.
## Cargo.
target
## NPM
## NPM.
node_modules

# Test data
# Test data.
tmp
8 changes: 4 additions & 4 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Basic
# Basic.
edition = "2021"
hard_tabs = true
max_width = 100
tab_spaces = 4

# Imports
# Import.
imports_granularity = "Crate"
reorder_imports = true

# Format comments
# Comments.
comment_width = 100
wrap_comments = true

# Misc
# Misc.
format_code_in_doc_comments = true
inline_attribute_width = 100
match_arm_blocks = false
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ If you find this project helpful and would like to support its development, you
Your support is greatly appreciated and motivates me to keep improving this project.

- **Fiat**
- [Ko-fi](https://ko-fi.com/aurevoirxavier)
- [爱发电](https://afdian.com/a/AurevoirXavier)
- [Ko-fi](https://ko-fi.com/hack_ink)
- [爱发电](https://afdian.com/a/hack_ink)
- **Crypto**
- **Bitcoin**
- `bc1pedlrf67ss52md29qqkzr2avma6ghyrt4jx9ecp9457qsl75x247sqcp43c`
Expand All @@ -101,6 +101,6 @@ We would like to extend our heartfelt gratitude to the following projects and co

<div align="right">

#### License
### License
<sup>Licensed under [GPL-3.0](LICENSE).</sup>
</div>

0 comments on commit a3a7d4a

Please sign in to comment.