https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: ac3cc65da89ee48f1c4ea07f14d0f0de700f3cb2 authored by Lionel Blatter on 05 April 2024, 13:22:05 UTC
Add zify tactic
Tip revision: ac3cc65
.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