https://github.com/EasyCrypt/easycrypt
Revision 6c65bac97cc7e87de9ec12736b1fe863d867f809 authored by François Dupressoir on 11 April 2022, 12:28:05 UTC, committed by François Dupressoir on 13 June 2022, 13:55:49 UTC
1 parent fca183d
Raw File
Tip revision: 6c65bac97cc7e87de9ec12736b1fe863d867f809 authored by François Dupressoir on 11 April 2022, 12:28:05 UTC
Parser: now takes two arg and two res expressions
Tip revision: 6c65bac
.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