8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 19:23:02 +01:00
firebird-mirror/.vscode/settings.json

19 lines
349 B
JSON
Raw Normal View History

2017-01-20 14:53:19 +01:00
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.rulers": [120],
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
2017-01-20 14:53:19 +01:00
"files.insertFinalNewline": true,
"files.exclude": {
"temp": true,
"gen": true
}
}