2020-08-15 18:26:48 +02:00
|
|
|
{
|
|
|
|
"files.eol": "\n",
|
|
|
|
"files.insertFinalNewline": true,
|
2020-08-18 00:07:13 +02:00
|
|
|
"editor.rulers": [120],
|
2020-08-18 01:28:37 +02:00
|
|
|
"clang-tidy.compilerArgs": [
|
|
|
|
"-std=gnu89",
|
|
|
|
"-Iinclude",
|
|
|
|
"-Iinclude/PR",
|
|
|
|
"-Isrc",
|
|
|
|
"-D_LANGUAGE_C",
|
2020-10-22 06:54:03 +02:00
|
|
|
"-DSCRIPT(...)={}",
|
2020-08-18 01:28:37 +02:00
|
|
|
],
|
2020-11-10 12:25:36 +01:00
|
|
|
"clang-tidy.blacklist": [
|
|
|
|
"include/PR"
|
|
|
|
],
|
2020-10-20 23:26:27 +02:00
|
|
|
"git.ignoreLimitWarning": true,
|
2020-10-28 21:57:00 +01:00
|
|
|
"search.exclude": {
|
|
|
|
"build": true,
|
|
|
|
"docs/doxygen": true,
|
|
|
|
},
|
2020-11-11 14:52:04 +01:00
|
|
|
"python.autoComplete.extraPaths": [
|
|
|
|
"./tools"
|
|
|
|
],
|
2020-11-29 17:52:16 +01:00
|
|
|
"python.analysis.extraPaths": [
|
|
|
|
"./tools"
|
|
|
|
],
|
2020-12-24 12:15:05 +01:00
|
|
|
"[c]": {
|
|
|
|
"editor.wordSeparators": "`~!@#%^&*()-=+[{]}\\|;:'\",.<>/?", // no $, for scripts
|
|
|
|
},
|
2020-12-28 08:09:39 +01:00
|
|
|
"files.associations": {
|
|
|
|
"*.tcc": "c",
|
|
|
|
"ratio": "c"
|
|
|
|
},
|
2020-08-15 18:26:48 +02:00
|
|
|
}
|