https://github.com/EasyCrypt/easycrypt
Revision 748c9efef0fb20cc5d8751eb7aa7d06a8fe279ed authored by Pierre-Yves Strub on 04 April 2021, 09:00:54 UTC, committed by Pierre-Yves Strub on 04 April 2021, 09:00:54 UTC
1 parent a0a0c9b
Raw File
Tip revision: 748c9efef0fb20cc5d8751eb7aa7d06a8fe279ed authored by Pierre-Yves Strub on 04 April 2021, 09:00:54 UTC
remove doc-box
Tip revision: 748c9ef
.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