https://github.com/EasyCrypt/easycrypt
Revision 471ea3b2af76d4d7dbc34954fa85dacb74cb0f69 authored by Pierre-Yves Strub on 19 November 2021, 07:03:57 UTC, committed by Pierre-Yves Strub on 19 November 2021, 07:04:08 UTC
1 parent a549eb4
Raw File
Tip revision: 471ea3b2af76d4d7dbc34954fa85dacb74cb0f69 authored by Pierre-Yves Strub on 19 November 2021, 07:03:57 UTC
foo
Tip revision: 471ea3b
.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