Automatically remove trailing whitespaces in Visual Studio Code.

This commit is contained in:
kovacsv 2021-10-25 16:30:25 +02:00
parent 44460d0597
commit 504c38848d
28 changed files with 175 additions and 172 deletions

3
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"files.trimTrailingWhitespace": true
}