mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-21 18:44:19 +00:00
Configure VSCode to follow some unsupported .editorconfig parameters
This commit is contained in:
parent
3857bd70f2
commit
e8af5edbf3
1 changed files with 6 additions and 0 deletions
6
.vscode/settings.json
vendored
Normal file
6
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"files.trimTrailingWhitespace": false,
|
||||||
|
"editor.trimAutoWhitespace": false,
|
||||||
|
"files.insertFinalNewline": true,
|
||||||
|
"files.trimFinalNewlines": true
|
||||||
|
}
|
Loading…
Reference in a new issue