Skip to content

Commit

Permalink
feat: more default DisableOnMatch patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
70CentsApple committed Jun 15, 2024
1 parent 63d6aff commit acff6eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/assets/chattools/default_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"formatter.Enabled": false,
"formatter.List": [],
"formatter.DisableOnMatchList": [
"^\\d+$|^[.#%$/].*|\\ball\\b"
"^(\\+|-)?\\d+(\\.\\d+)?$|^[.#%$/].*|\\ball\\b",
"(^(\\[|<)i(tem)?(\\]|>)$)"
],
"chatkeybindings.RepeatKey": "key.keyboard.unknown",
"chatkeybindings.RepeatKeyModifier": "NONE",
Expand Down

0 comments on commit acff6eb

Please sign in to comment.