File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
96target
10- # # NPM
7+ # # NPM.
118node_modules
129
13- # Test data
10+ # System.
11+ .DS_Store
12+
13+ # Test data.
14+ * .bak
15+ .env
1416tmp
Original file line number Diff line number Diff line change 1- # Basic
2- edition = " 2021 "
1+ # Basic.
2+ edition = " 2024 "
33hard_tabs = true
44max_width = 100
55tab_spaces = 4
66
7- # Imports
7+ # Import.
88imports_granularity = " Crate"
99reorder_imports = true
1010
11- # Format comments
11+ # Comments.
1212comment_width = 100
1313wrap_comments = true
1414
15- # Misc
15+ # Misc.
1616format_code_in_doc_comments = true
1717inline_attribute_width = 100
1818match_arm_blocks = false
Original file line number Diff line number Diff line change 11[package ]
2- authors = [" Xavier Lau <xavier@inv.cafe >" ]
2+ authors = [" Hack Ink <hi@hack.ink> " , " Xavier Lau <x@acg.box >" ]
33description = " Unescape strings with escape sequences written out as literal characters."
44edition = " 2021"
55homepage = " https://hack.ink/unescaper"
You can’t perform that action at this time.
0 commit comments