https://github.com/EasyCrypt/easycrypt
Raw File
Tip revision: 9aa0214de04ea4187d3967674cb7fd4b6a4e7d28 authored by Benjamin Gregoire on 10 November 2022, 10:42:11 UTC
fix previous merge ... + fix printing
Tip revision: 9aa0214
.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