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

24 lines
451 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
},
"files.readonlyInclude": {
"temp/**": true
},
2017-01-20 14:53:19 +01:00
"files.insertFinalNewline": true,
"files.associations": {
"*.epp": "cpp"
},
"search.exclude": {
"temp/**": true,
"gen/**": true
2017-01-20 14:53:19 +01:00
}
}