https://github.com/EasyCrypt/easycrypt
Revision 7ad97279fbf81c364be8d4a1ac3a8d4f39fcdae1 authored by Pierre-Yves Strub on 11 April 2021, 13:06:28 UTC, committed by Pierre-Yves Strub on 11 April 2021, 13:06:28 UTC
1 parent c6ad4b1
Raw File
Tip revision: 7ad97279fbf81c364be8d4a1ac3a8d4f39fcdae1 authored by Pierre-Yves Strub on 11 April 2021, 13:06:28 UTC
StdLib: linking sampling in Z/pZ and Z/qZ when q|p
Tip revision: 7ad9727
.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