https://github.com/EasyCrypt/easycrypt
Revision 5e9f9559efe9cb643cf616327c060f980c544953 authored by Pierre-Yves Strub on 26 March 2019, 10:46:03 UTC, committed by Pierre-Yves Strub on 26 March 2019, 10:46:03 UTC
1 parent 8a0c097
Raw File
Tip revision: 5e9f9559efe9cb643cf616327c060f980c544953 authored by Pierre-Yves Strub on 26 March 2019, 10:46:03 UTC
Extend matching (projections)
Tip revision: 5e9f955
.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