https://github.com/EasyCrypt/easycrypt
Revision 379e448040186ea585319324bc3314b581d7a1e8 authored by François Dupressoir on 10 August 2017, 21:33:27 UTC, committed by François Dupressoir on 10 August 2017, 21:33:31 UTC
1 parent 9329d72
Raw File
Tip revision: 379e448040186ea585319324bc3314b581d7a1e8 authored by François Dupressoir on 10 August 2017, 21:33:27 UTC
oaep: some progress
Tip revision: 379e448
.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