fix cname formatting exclusion (#888)

This commit is contained in:
Evan Simkowitz 2024-09-26 20:11:23 -07:00 committed by GitHub
parent 6007131bfe
commit c5770a6903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 9 deletions

View File

@ -8,3 +8,6 @@ insert_final_newline = true
charset = utf-8 charset = utf-8
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[CNAME]
insert_final_newline = false

View File

@ -36,14 +36,5 @@
}, },
"[go]": { "[go]": {
"editor.defaultFormatter": "golang.go" "editor.defaultFormatter": "golang.go"
},
"[plaintext]": {
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"files.insertFinalNewline": false,
"files.trimFinalNewlines": true
},
"files.associations": {
"CNAME": "plaintext"
} }
} }