https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 058aeebd66accdf85b20265e68b6f3ad993559f8 authored by Adrien Koutsos on 12 May 2022, 17:14:27 UTC
progress in composition cost
Tip revision: 058aeeb
.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