Revision f30e424fe4ee7096d218e085add6bcfce135ff6c authored by François Dupressoir on 20 May 2021, 14:32:30 UTC, committed by François Dupressoir on 20 May 2021, 16:31:22 UTC
1 parent c750a58
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