https://github.com/EasyCrypt/easycrypt
Revision a39d5d11cd657ce3f4c0191c84b0f2395f2c7aa8 authored by Pierre-Yves Strub on 12 October 2021, 12:15:35 UTC, committed by Pierre-Yves Strub on 12 October 2021, 12:15:35 UTC
1 parent 5ec0904
Raw File
Tip revision: a39d5d11cd657ce3f4c0191c84b0f2395f2c7aa8 authored by Pierre-Yves Strub on 12 October 2021, 12:15:35 UTC
wlog suff
Tip revision: a39d5d1
.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