https://github.com/EasyCrypt/easycrypt
Revision d40d8fbfcf891bf3d297f04648db07a47593119a authored by Pierre-Yves Strub on 31 August 2022, 10:45:20 UTC, committed by Pierre-Yves Strub on 31 August 2022, 10:45:20 UTC
1 parent 6f668c8
Raw File
Tip revision: d40d8fbfcf891bf3d297f04648db07a47593119a authored by Pierre-Yves Strub on 31 August 2022, 10:45:20 UTC
fix
Tip revision: d40d8fb
.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