https://github.com/EasyCrypt/easycrypt
Revision a168eb2558247d06b6cba4299e69c31adc4b8b43 authored by Manuel Barbosa on 30 November 2022, 18:33:32 UTC, committed by Manuel Barbosa on 30 November 2022, 18:33:32 UTC
1 parent 47057ed
Raw File
Tip revision: a168eb2558247d06b6cba4299e69c31adc4b8b43 authored by Manuel Barbosa on 30 November 2022, 18:33:32 UTC
OW2H
Tip revision: a168eb2
.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