https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: fb1d0382b7322264ccbeab6b45c295927b606f1f authored by Pierre-Yves Strub on 31 December 2023, 10:11:31 UTC
Unify the behavior of simplify & /= w.r.t. auto-unfolding.
Tip revision: fb1d038
.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