Revision 3601773ef1b18e9bf2bc1fc37c252b6b8fd550f5 authored by Adrien Koutsos on 19 March 2020, 16:30:59 UTC, committed by Adrien Koutsos on 19 March 2020, 16:30:59 UTC
1 parent f3b1f7f
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