https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 27c52db9873e7413e9a8f99b8c310907dbdd8405 authored by François Dupressoir on 07 July 2020, 16:39:30 UTC
Try out a non-branching version of core ROM
Tip revision: 27c52db
.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