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,
|
2018-07-26 17:24:11 +02:00
|
|
|
"[markdown]": {
|
|
|
|
"files.trimTrailingWhitespace": false
|
|
|
|
},
|
2024-10-22 12:01:25 +02:00
|
|
|
"files.readonlyInclude": {
|
|
|
|
"temp/**": true
|
|
|
|
},
|
2018-07-26 17:24:11 +02:00
|
|
|
|
2017-01-20 14:53:19 +01:00
|
|
|
"files.insertFinalNewline": true,
|
2024-10-22 12:01:25 +02:00
|
|
|
"files.associations": {
|
|
|
|
"*.epp": "cpp"
|
|
|
|
},
|
|
|
|
"search.exclude": {
|
|
|
|
"temp/**": true,
|
|
|
|
"gen/**": true
|
2017-01-20 14:53:19 +01:00
|
|
|
}
|
|
|
|
}
|