uuids/.vscode/settings.json
Ruslan Mustakov 3951521a16 First version
2016-09-15 20:35:01 +07:00

15 lines
400 B
JSON

{
"files.exclude": {
"**/nimcache/**": true
},
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.rulers": [80],
"editor.renderIndentGuides": true,
"files.autoSave": "afterDelay",
"nim.licenseString": "# Copyright 2016 Xored Software, Inc.\n\n",
"nim.buildOnSave": false,
"nim.lintOnSave": true,
"nim.project": ["uuids.nim"]
}