Revision c19a2a7084df7f5869323b973d2313d4e0f08907 authored by Pierre-Yves Strub on 03 March 2021, 14:07:57 UTC, committed by Pierre-Yves Strub on 03 March 2021, 14:07:57 UTC
1 parent d6e792c
Raw File
.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