https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 1e7b21050ede28353cf8d58773fef6e206c427f2 authored by Christian Doczkal on 21 January 2022, 14:50:35 UTC
adapt to changes in Hybrid
Tip revision: 1e7b210
.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