chore(editor): set indent size=2 for the yaml files (#8366)

Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
Delweng
2024-05-23 20:51:25 +08:00
committed by GitHub
parent b8eebbd3d4
commit bc4dd37872
5 changed files with 9 additions and 8 deletions

View File

@ -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

View File

@ -227,4 +227,3 @@ jobs:
exit 1 # fail action exit 1 # fail action
fi fi

View File

@ -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})