mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
fix cname formatting exclusion (#888)
This commit is contained in:
parent
6007131bfe
commit
c5770a6903
@ -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
|
||||||
|
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user