https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: d5aee440bb0d068b77594dc52d22693403ad857e authored by François Dupressoir on 22 July 2022, 14:34:38 UTC
workflow to compile with nix
Tip revision: d5aee44
.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