Open DemiMarie opened 4 months ago
If I write
if a then b;
tuareg-mode indents correctly. However, if I wrap the whole expression in parentheses:
(if a then b);
tuareg-mode adds an extra space of indentation.
If I write
tuareg-mode indents correctly. However, if I wrap the whole expression in parentheses:
tuareg-mode adds an extra space of indentation.