config code for vscode

This commit is contained in:
Bell
2025-10-09 23:46:38 +07:00
parent 5dbabfd64b
commit 66810a4090
5 changed files with 64 additions and 1 deletions
+6 -1
View File
@@ -21,7 +21,12 @@
"*.mq5": "cpp"
},
"editor.tabSize": 3,
"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": [80, 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"
]
],
}