https://github.com/EasyCrypt/easycrypt
Revision b481f984a70115513259bc2d1a4bbd316bf19176 authored by Pierre-Yves Strub on 25 March 2019, 12:03:45 UTC, committed by Pierre-Yves Strub on 25 March 2019, 12:03:45 UTC
1 parent 1fb57b6
Raw File
Tip revision: b481f984a70115513259bc2d1a4bbd316bf19176 authored by Pierre-Yves Strub on 25 March 2019, 12:03:45 UTC
"call L" automatically applies "L" to "_" when needed.
Tip revision: b481f98
.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