https://github.com/EasyCrypt/easycrypt
Revision ce8d8884a0a0be3411a71b4838ca830a2cefc681 authored by François Dupressoir on 10 July 2017, 08:01:07 UTC, committed by François Dupressoir on 10 July 2017, 08:01:07 UTC
1 parent a73ed57
Raw File
Tip revision: ce8d8884a0a0be3411a71b4838ca830a2cefc681 authored by François Dupressoir on 10 July 2017, 08:01:07 UTC
BR93: cleanup, limiting smt, clarity.
Tip revision: ce8d888
.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