I’m writing code for MQL5 using visual studio code, every now and then I have a line like this :
#define END_TIME (D’31.12.3000 23:59:59′) // End date for account history data requests
notice this part: D’31.12.3000 23:59:59′
there should be no space between D and ‘, also, there is another condition close to this one with C’, however, when I use my style config file, the formatter puts a space between D and ‘ or C and ‘. Is there a way to force formatter to ignore these special cases?
I don’t know any special config setting to cover these cases. Please help. Thanks
theonementor is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.