https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 19778339d3654bf896f19e9a5b8f365b2194acb3 authored by François Dupressoir on 12 August 2020, 20:15:44 UTC
Make interface uniform
Tip revision: 1977833
.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