mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49: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]
|
||||
max_line_length = 100
|
||||
|
||||
[*.{yml,yaml}]
|
||||
indent_size = 2
|
||||
|
||||
[*.md]
|
||||
# double whitespace at end of line
|
||||
# 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
|
||||
fi
|
||||
|
||||
|
||||
1
.github/workflows/label-pr.yml
vendored
1
.github/workflows/label-pr.yml
vendored
@ -21,4 +21,3 @@ jobs:
|
||||
script: |
|
||||
const label_pr = require('./.github/scripts/label_pr.js')
|
||||
await label_pr({github, context})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user