mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(editor): set indent size=2 for the yaml files (#8366)
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
@ -15,6 +15,9 @@ indent_size = 4
|
|||||||
[*.rs]
|
[*.rs]
|
||||||
max_line_length = 100
|
max_line_length = 100
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.md]
|
[*.md]
|
||||||
# double whitespace at end of line
|
# double whitespace at end of line
|
||||||
# denotes a line break in Markdown
|
# denotes a line break in Markdown
|
||||||
|
|||||||
1
.github/workflows/assertoor.yml
vendored
1
.github/workflows/assertoor.yml
vendored
@ -227,4 +227,3 @@ jobs:
|
|||||||
|
|
||||||
exit 1 # fail action
|
exit 1 # fail action
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/label-pr.yml
vendored
1
.github/workflows/label-pr.yml
vendored
@ -21,4 +21,3 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
const label_pr = require('./.github/scripts/label_pr.js')
|
const label_pr = require('./.github/scripts/label_pr.js')
|
||||||
await label_pr({github, context})
|
await label_pr({github, context})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user