swh:1:snp:c6eed7016ba4bf4d2b35a8b8da0574d65e9228df
Raw File
Tip revision: 7fed18696e60cb034130a2e228a595e3b106a338 authored by Pierre-Yves Strub on 04 June 2022, 11:20:29 UTC
new command: exit (stops EasyCrypt)
Tip revision: 7fed186
.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