Revision 36e617da70e3fbd47de5134ed4bed968b8c90ce2 authored by Pierre-Yves Strub on 07 October 2022, 11:31:14 UTC, committed by Pierre-Yves Strub on 04 January 2023, 12:46:39 UTC
 - the subcommand is named `runtest`
 - the real script is now in `<libexec>/easycrypt/commands/`
1 parent 796cc2d
Raw File
.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