https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: bd2e86ce903bced1ffc6f41a068c0b2b3cfa435d authored by Pierre-Yves Strub on 02 January 2024, 13:24:09 UTC
tactic: match: out of TCB
Tip revision: bd2e86c
.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