https://github.com/EasyCrypt/easycrypt
Revision 14216cb8d3e30a79d19f3d7da4388487354ffe25 authored by Benjamin Gregoire on 18 April 2021, 14:12:06 UTC, committed by Benjamin Gregoire on 18 April 2021, 14:12:06 UTC
1 parent 2afb775
Raw File
Tip revision: 14216cb8d3e30a79d19f3d7da4388487354ffe25 authored by Benjamin Gregoire on 18 April 2021, 14:12:06 UTC
fix default.nix
Tip revision: 14216cb
.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