swh:1:snp:c3d73d28c91356fca26fea391889fee4d070c980
Raw File
Tip revision: 38bf236dd28bca90458c0ba7d65d94f1fadedcae authored by Pierre-Yves Strub on 02 June 2021, 18:28:28 UTC
Merge branch '1.0' into deploy-section
Tip revision: 38bf236
.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