https://github.com/EasyCrypt/easycrypt
Revision 1f45fde6641533d578877e736d1e3865f2de13f3 authored by Alley Stoughton on 10 October 2019, 11:50:05 UTC, committed by Pierre-Yves Strub on 10 October 2019, 11:50:05 UTC
1 parent da0b25a
Raw File
Tip revision: 1f45fde6641533d578877e736d1e3865f2de13f3 authored by Alley Stoughton on 10 October 2019, 11:50:05 UTC
refactor flagged map && PROM (#22)
Tip revision: 1f45fde
.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