Skip to content

Commit

Permalink
fix: Add more forms of "autoformat"
Browse files Browse the repository at this point in the history
  • Loading branch information
sapegin committed Jun 30, 2024
1 parent f92a802 commit 6b6ef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terms.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
// Single word
["anti[- ]pattern(s)?", "antipattern$1"],
["auto[- ]complete", "autocomplete"],
["auto[- ]format", "autoformat"],
["auto[- ]format(ting|ted)?", "autoformat$1"],
["auto[- ]fix", "autofix"],
["auto[- ]fixing", "autofixing"],
["back[- ]end(\\w*)", "backend$1"],
Expand Down

0 comments on commit 6b6ef1c

Please sign in to comment.