https://github.com/EasyCrypt/easycrypt
Revision 999561c13567944edf2036773d9b6e5b5ddba556 authored by Pierre-Yves Strub on 04 January 2021, 13:24:41 UTC, committed by Pierre-Yves Strub on 04 January 2021, 13:24:41 UTC
1 parent f4f3f94
Raw File
Tip revision: 999561c13567944edf2036773d9b6e5b5ddba556 authored by Pierre-Yves Strub on 04 January 2021, 13:24:41 UTC
remove deprecated "cut" tactic
Tip revision: 999561c
.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