fix: ecrc

pull/304/head
Septs 2022-02-08 09:00:39 +08:00
parent 6093ed2588
commit b16f2c858a
No known key found for this signature in database
GPG Key ID: 6EC3B9D7E6EE828F
2 changed files with 1 additions and 1 deletions

1
.ecrc
View File

@ -1,5 +1,4 @@
{ {
"Disable": { "Disable": {
"Indentation": true "Indentation": true
} }

View File

@ -5,6 +5,7 @@
}, },
"editor.wordWrap": "on", "editor.wordWrap": "on",
"files.associations": { "files.associations": {
".ecrc": "json",
".imgbotconfig": "jsonc", ".imgbotconfig": "jsonc",
".markdownlintignore": "ignore" ".markdownlintignore": "ignore"
} }