https://github.com/EasyCrypt/easycrypt
Revision b01cbf6dfda17491e1181328250c6d519368e5ab authored by Pierre-Yves Strub on 08 March 2019, 13:48:18 UTC, committed by Pierre-Yves Strub on 08 March 2019, 13:48:18 UTC
1 parent acb29e6
Raw File
Tip revision: b01cbf6dfda17491e1181328250c6d519368e5ab authored by Pierre-Yves Strub on 08 March 2019, 13:48:18 UTC
Tip revision: b01cbf6
.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