Skip to content

Commit

Permalink
bounded editor word wrap for markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
karmaniverous committed Apr 25, 2024
1 parent de7ce79 commit 327637a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"singleQuote": true,
"endOfLine": "crlf"
}
"endOfLine": "crlf",
"singleQuote": true
}
8 changes: 5 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
{
"[markdown]": {
"editor.wordWrap": "bounded"
},
"diffEditor.ignoreTrimWhitespace": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"eslint.experimental.useFlatConfig": true,
"git.autofetch": true,
"git.enableSmartCommit": true,
"javascript.preferences.importModuleSpecifierEnding": "minimal",
Expand All @@ -12,7 +16,5 @@
"--no-warnings=ExperimentalWarning",
"--experimental-specifier-resolution=node"
],
"testExplorer.mergeSuites": true,
"eslint.experimental.useFlatConfig": true
"testExplorer.mergeSuites": true
}

0 comments on commit 327637a

Please sign in to comment.