mirror of
https://github.com/snazy2000/SnipeitPS.git
synced 2025-12-13 09:52:30 +00:00
15 lines
464 B
JSON
15 lines
464 B
JSON
// 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
|
|
}
|
|
}
|