mirror of
https://github.com/deadnews/mc-onedark.git
synced 2026-02-26 01:08:31 +03:00
fix: correct typo in scrollbar widget name (#14)
This commit is contained in:
@@ -5,7 +5,7 @@ ci:
|
|||||||
|
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.4.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: check-added-large-files
|
- id: check-added-large-files
|
||||||
- id: check-case-conflict
|
- id: check-case-conflict
|
||||||
@@ -16,7 +16,12 @@ repos:
|
|||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
|
|
||||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
- repo: https://github.com/rbubley/mirrors-prettier
|
||||||
rev: v3.0.0-alpha.9-for-vscode
|
rev: v3.8.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
|
|
||||||
|
- repo: https://github.com/crate-ci/typos
|
||||||
|
rev: v1.42.0
|
||||||
|
hooks:
|
||||||
|
- id: typos
|
||||||
|
|||||||
10
.typos.toml
Normal file
10
.typos.toml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
[files]
|
||||||
|
extend-exclude = ["CHANGELOG.md"]
|
||||||
|
|
||||||
|
[default]
|
||||||
|
extend-ignore-words-re = [
|
||||||
|
"^[A-Za-z]{1,3}$", # Ignore short words
|
||||||
|
]
|
||||||
|
extend-ignore-identifiers-re = [
|
||||||
|
"^[A-Za-z]{1,3}$", # Ignore short identifiers
|
||||||
|
]
|
||||||
@@ -141,7 +141,7 @@ history-show-list-char = ^
|
|||||||
filename-scroll-left-char = «
|
filename-scroll-left-char = «
|
||||||
filename-scroll-right-char = »
|
filename-scroll-right-char = »
|
||||||
|
|
||||||
[widget-scollbar]
|
[widget-scrollbar]
|
||||||
first-vert-char = ↑
|
first-vert-char = ↑
|
||||||
last-vert-char = ↓
|
last-vert-char = ↓
|
||||||
first-horiz-char = «
|
first-horiz-char = «
|
||||||
|
|||||||
@@ -163,7 +163,7 @@ history-show-list-char = ^
|
|||||||
filename-scroll-left-char = «
|
filename-scroll-left-char = «
|
||||||
filename-scroll-right-char = »
|
filename-scroll-right-char = »
|
||||||
|
|
||||||
[widget-scollbar]
|
[widget-scrollbar]
|
||||||
first-vert-char = ↑
|
first-vert-char = ↑
|
||||||
last-vert-char = ↓
|
last-vert-char = ↓
|
||||||
first-horiz-char = «
|
first-horiz-char = «
|
||||||
|
|||||||
Reference in New Issue
Block a user