Skip to content

Commit 44127e5

Browse files
committed
Maintenance
1 parent d2d7b40 commit 44127e5

3 files changed

Lines changed: 16 additions & 14 deletions

File tree

.gitignore

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
# System
2-
.DS_Store
3-
4-
# Integrated development environment
1+
# Integrated development environment.
52
.vscode
63

7-
# Package manager
8-
## Cargo
4+
# Package manager.
5+
## Cargo.
96
target
10-
## NPM
7+
## NPM.
118
node_modules
129

13-
# Test data
10+
# System.
11+
.DS_Store
12+
13+
# Test data.
14+
*.bak
15+
.env
1416
tmp

.rustfmt.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# Basic
2-
edition = "2021"
1+
# Basic.
2+
edition = "2024"
33
hard_tabs = true
44
max_width = 100
55
tab_spaces = 4
66

7-
# Imports
7+
# Import.
88
imports_granularity = "Crate"
99
reorder_imports = true
1010

11-
# Format comments
11+
# Comments.
1212
comment_width = 100
1313
wrap_comments = true
1414

15-
# Misc
15+
# Misc.
1616
format_code_in_doc_comments = true
1717
inline_attribute_width = 100
1818
match_arm_blocks = false

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
authors = ["Xavier Lau <xavier@inv.cafe>"]
2+
authors = ["Hack Ink <hi@hack.ink>", "Xavier Lau <x@acg.box>"]
33
description = "Unescape strings with escape sequences written out as literal characters."
44
edition = "2021"
55
homepage = "https://hack.ink/unescaper"

0 commit comments

Comments
 (0)