Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit b21b463

Browse files
author
Vaclav Vancura
committed
Adding Visual Studio Code settings file
Prevents trailing spaces removal and other formatting issues which VSCode usually does
1 parent dfb5ca0 commit b21b463

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// Local Monodevelop VS Code settings
2+
// Prevents trailing spaces removal and other formatting issues which VSCode usually does.
3+
{
4+
"editor.insertSpaces": false,
5+
"files.trimTrailingWhitespace": false,
6+
"files.insertFinalNewline": false
7+
}

0 commit comments

Comments
 (0)