https://github.com/EasyCrypt/easycrypt
Revision ac193239eb6f0bf4ea2852868cbbbe28351c99c5 authored by François Dupressoir on 11 August 2017, 16:15:49 UTC, committed by François Dupressoir on 11 August 2017, 16:15:49 UTC
1 parent 2a78686
Raw File
Tip revision: ac193239eb6f0bf4ea2852868cbbbe28351c99c5 authored by François Dupressoir on 11 August 2017, 16:15:49 UTC
oaep: experimenting with fel flexibility and style
Tip revision: ac19323
.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