https://github.com/EasyCrypt/easycrypt
Revision fa3853d3029de6ca6ab2f7027806ca0a84d7394f authored by Pierre-Yves Strub on 15 October 2020, 10:30:04 UTC, committed by Pierre-Yves Strub on 15 October 2020, 10:30:04 UTC
1 parent bc4f6df
Raw File
Tip revision: fa3853d3029de6ca6ab2f7027806ca0a84d7394f authored by Pierre-Yves Strub on 15 October 2020, 10:30:04 UTC
README (nix)
Tip revision: fa3853d
.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