mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
19 lines
349 B
JSON
19 lines
349 B
JSON
// 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.insertFinalNewline": true,
|
|
|
|
"files.exclude": {
|
|
"temp": true,
|
|
"gen": true
|
|
}
|
|
}
|