swh:1:snp:510544f7899e7fee487ee146b60cd834a253fd12
Raw File
Tip revision: ab2599f60819d119abc0a6cdb043e5742260797d authored by Antoine Séré on 04 October 2022, 15:56:46 UTC
Issue after merge in compilation, ppx_deriving added to nix
Tip revision: ab2599f
.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