https://github.com/EasyCrypt/easycrypt
Revision a38b2e960960c247f2258dfd14c63e2d6dd22018 authored by Pierre-Yves Strub on 14 October 2019, 12:05:09 UTC, committed by Pierre-Yves Strub on 14 October 2019, 12:05:09 UTC
1 parent e12e2c2
Raw File
Tip revision: a38b2e960960c247f2258dfd14c63e2d6dd22018 authored by Pierre-Yves Strub on 14 October 2019, 12:05:09 UTC
Fix handling of abstract theories imports.
Tip revision: a38b2e9
.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