Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Commit

Permalink
don't format cname ever
Browse files Browse the repository at this point in the history
  • Loading branch information
esimkowitz committed Sep 19, 2024
1 parent fbda26f commit 9d86972
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
"editor.tabSize": 4,
"editor.insertSpaces": false,
"prettier.useEditorConfig": true,
"[plaintext]": {
"editor.formatOnSave": false,
"editor.formatOnPaste": false,
"files.insertFinalNewline": false,
"files.trimFinalNewlines": true
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
Expand Down Expand Up @@ -36,5 +42,8 @@
},
"[markdown]": {
"editor.defaultFormatter": "unifiedjs.vscode-remark"
},
"files.associations": {
"CNAME": "plaintext"
}
}
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
beta.docs.waveterm.dev
beta.docs.waveterm.dev

0 comments on commit 9d86972

Please sign in to comment.