1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-10-16 06:27:27 +00:00

Configure VSCode to follow some unsupported .editorconfig parameters

This commit is contained in:
Lorenzo Rossi 2024-08-25 09:54:43 +02:00 committed by Stefano Pigozzi
parent 3857bd70f2
commit e8af5edbf3
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

6
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,6 @@
{
"files.trimTrailingWhitespace": false,
"editor.trimAutoWhitespace": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}