https://github.com/EasyCrypt/easycrypt
Revision 5f1ed5aff542b8b96aca578f8aefe3668116405f authored by Pierre-Yves Strub on 21 April 2021, 08:28:34 UTC, committed by Pierre-Yves Strub on 21 April 2021, 08:28:34 UTC
1 parent bffac06
Raw File
Tip revision: 5f1ed5aff542b8b96aca578f8aefe3668116405f authored by Pierre-Yves Strub on 21 April 2021, 08:28:34 UTC
README
Tip revision: 5f1ed5a
.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