https://github.com/EasyCrypt/easycrypt
Revision e522b67f0094b1a8f4254d24c7aed0c124025ff1 authored by Pierre-Yves Strub on 01 May 2019, 07:37:32 UTC, committed by Pierre-Yves Strub on 01 May 2019, 07:37:32 UTC
1 parent f293e76
Raw File
Tip revision: e522b67f0094b1a8f4254d24c7aed0c124025ff1 authored by Pierre-Yves Strub on 01 May 2019, 07:37:32 UTC
runtest: python2 -> python3
Tip revision: e522b67
.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