Revision da610f0155e2ed6790ac8c093116e165b526e12a authored by Pierre-Yves Strub on 08 January 2016, 03:46:28 UTC, committed by Pierre-Yves Strub on 08 January 2016, 03:46:38 UTC
1 parent fbd222b
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