swh:1:snp:510544f7899e7fee487ee146b60cd834a253fd12
Raw File
Tip revision: 05ea25f4b39779284cd8efb0bd21bedad8a38d3e authored by Alley Stoughton on 08 March 2023, 00:26:51 UTC
An attempt at fixing pretty printing bugs in which formulas that end
Tip revision: 05ea25f
.dir-locals.el
((tuareg-mode .
   ((require-final-newline . t)
    (c-basic-offset . 2)
    (tab-width . 2)
    (indent-tabs-mode . nil)
    (eval . (add-hook 'write-contents-functions 'delete-trailing-whitespace)))))
 (easycrypt-mode .
   ((require-final-newline . t)
    (indent-tabs-mode . nil)))
back to top