https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 7ce03dc9799a816dbcb9b1164afc30d5cf2869a5 authored by Pierre-Yves Strub on 25 February 2022, 17:12:21 UTC
WIP: fix printing of modules
Tip revision: 7ce03dc
.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