https://github.com/EasyCrypt/easycrypt
Revision 8d240f6286290543ec6cf17445359118519c0f83 authored by Pierre-Yves Strub on 05 April 2021, 05:39:57 UTC, committed by Pierre-Yves Strub on 06 April 2021, 05:28:48 UTC
1 parent 6084e7e
Raw File
Tip revision: 8d240f6286290543ec6cf17445359118519c0f83 authored by Pierre-Yves Strub on 05 April 2021, 05:39:57 UTC
List: size_eq1
Tip revision: 8d240f6
.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