Add detail comments

This commit is contained in:
Bell
2025-10-10 22:50:41 +07:00
parent 66810a4090
commit a023cc1ae0
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -20,11 +20,11 @@
"*.mq4": "cpp",
"*.mq5": "cpp"
},
"editor.tabSize": 3,
"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": [80, 100], // visual guides for line length
"editor.rulers": [90, 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"
],
Binary file not shown.