https://github.com/EasyCrypt/easycrypt
Revision 9c8257c33c81ab7f84694d29c1058ae0222479b4 authored by François Dupressoir on 28 July 2021, 16:21:42 UTC, committed by François Dupressoir on 28 July 2021, 16:21:42 UTC
1 parent 2f06546
Raw File
Tip revision: 9c8257c33c81ab7f84694d29c1058ae0222479b4 authored by François Dupressoir on 28 July 2021, 16:21:42 UTC
One step closer to final statement
Tip revision: 9c8257c
.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