Welcome to mirror list, hosted at ThFree Co, Russian Federation.

settings.json « .vscode - github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 373db3f86bdc5fc54070cb4442be1e9f904aecc1 (plain)
1
2
3
4
5
6
7
// Local Monodevelop VS Code settings
// Prevents trailing spaces removal and other formatting issues which VSCode usually does.
{
    "editor.insertSpaces": false,
	"files.trimTrailingWhitespace": false,
	"files.insertFinalNewline": false
}