Revision bd02fdb680a8c8063866e6c28db2852f27a1a07b authored by Pierre-Yves Strub on 14 October 2020, 06:33:40 UTC, committed by Pierre-Yves Strub on 20 October 2020, 09:34:59 UTC
This imports the variables of M in the active module scope.
1 parent c987761
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