Files
Bell-PriceActionWithEma-EA/.vscode/settings.json
T
2025-10-11 00:06:05 +07:00

32 lines
1005 B
JSON

{
"C_Cpp.default.includePath": [
"${workspaceFolder}/**",
"${workspaceFolder}/Include"
],
"C_Cpp.default.compilerPath": "",
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"C_Cpp.errorSquiggles": "disabled",
"C_Cpp.autocompleteAddParentheses": true,
"files.exclude": {
"**/*.ex4": true,
"**/*.ex5": true,
"**/*_@!!@.mq4": true,
"**/*_@!!@.mq5": true,
"**/*_@!!@.mqh": true,
"**/*_@!!@.log": true
},
"files.associations": {
"*.mqh": "cpp",
"*.mq4": "cpp",
"*.mq5": "cpp"
},
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn", // "on"|"off"|"wordWrapColumn"|"bounded"
"editor.wordWrapColumn": 100, // wrap column (set to whatever you prefer)
"editor.wrappingIndent": "indent", // keeps wrapped lines indented
"editor.rulers": [100], // visual guides for line length
"C_Cpp.default.forcedInclude": [
"c:\\Users\\thinh\\.vscode\\extensions\\l-i-v.mql-tools-2.2.0\\data\\mql5_en.mqh"
],
}