Revision 297f5286410b5993dd531834c3243580c2e2cc9a authored by Benjamin Gregoire on 14 October 2019, 07:09:06 UTC, committed by Pierre-Yves Strub on 14 October 2019, 07:10:05 UTC
1 parent ce9380d
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