https://github.com/EasyCrypt/easycrypt
Revision 2e7d1e6aa74fe6735716dacec7baef2800400c47 authored by Benjamin Gregoire on 27 January 2020, 09:31:49 UTC, committed by Benjamin Gregoire on 27 January 2020, 09:31:49 UTC
1 parent 74084f2
Raw File
Tip revision: 2e7d1e6aa74fe6735716dacec7baef2800400c47 authored by Benjamin Gregoire on 27 January 2020, 09:31:49 UTC
First version that seems to work
Tip revision: 2e7d1e6
.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