https://github.com/EasyCrypt/easycrypt
Revision a79235c792ad88c104b8447555c46ecae1aed425 authored by Pierre-Yves Strub on 17 May 2019, 05:34:41 UTC, committed by Pierre-Yves Strub on 17 May 2019, 05:34:41 UTC
1 parent e522b67
Raw File
Tip revision: a79235c792ad88c104b8447555c46ecae1aed425 authored by Pierre-Yves Strub on 17 May 2019, 05:34:41 UTC
add an option [-tstats FILE] for recording timing statistics
Tip revision: a79235c
.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