Revision d31ffc22b1d1a80e71b7c747a41e062b9a9b3eaa authored by Pierre-Yves Strub on 09 June 2020, 18:54:01 UTC, committed by Pierre-Yves Strub on 09 June 2020, 18:54:01 UTC
2 parent s af01771 + 763732a
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