SnipeitPS/.vscode/settings.json

16 lines
464 B
JSON
Raw Permalink Normal View History

2017-11-18 18:18:41 +00:00
// Place your settings in this file to overwrite default and user settings.
{
"files.encoding": "utf8",
"files.eol": "\r\n",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 4,
"[markdown]": {
"editor.wordwrap": "on",
"editor.renderWhitespace": "all",
"editor.acceptSuggestionOnEnter": false,
"editor.rulers": [80],
"editor.trimAutoWhitespace": false
2017-11-18 18:19:44 +00:00
}
2017-11-18 18:18:41 +00:00
}