https://github.com/EasyCrypt/easycrypt
Revision 07519e7f62afa0cee9f41e351e8a7cbe9493ae07 authored by Pierre-Yves Strub on 29 March 2021, 15:44:22 UTC, committed by Pierre-Yves Strub on 29 March 2021, 15:44:22 UTC
1 parent d5bad15
Raw File
Tip revision: 07519e7f62afa0cee9f41e351e8a7cbe9493ae07 authored by Pierre-Yves Strub on 29 March 2021, 15:44:22 UTC
fix CI_Int
Tip revision: 07519e7
.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