mirror of
https://github.com/EduApps-CDG/OpenDX
synced 2024-12-30 09:45:37 +01:00
10 lines
237 B
JSON
10 lines
237 B
JSON
{
|
|
"mesonbuild.configureOnOpen": true,
|
|
"C_Cpp.codeAnalysis.clangTidy.checks.disabled": [
|
|
"clang-diagnostic-pragma-once-outside-header"
|
|
],
|
|
"files.associations": {
|
|
"phtml": "php",
|
|
"new": "cpp"
|
|
}
|
|
} |