https://github.com/EasyCrypt/easycrypt
Revision cf1eca83e8c8fd4ba4b7216009e4cd7139ac47cf authored by Pierre-Yves Strub on 05 April 2021, 06:43:18 UTC, committed by Pierre-Yves Strub on 05 April 2021, 06:43:18 UTC
1 parent 1aab7a8
Raw File
Tip revision: cf1eca83e8c8fd4ba4b7216009e4cd7139ac47cf authored by Pierre-Yves Strub on 05 April 2021, 06:43:18 UTC
Stdlib: fmin
Tip revision: cf1eca8
.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