view .dir-locals.el @ 24244:9eef7983b9bc

jit: pt-jit.cc: Fix llvm::raw_fd_ostream syntax * libinterp/corefcn/pt-jit.cc: Fix llvm::raw_fd_ostream syntax for use with LLVM 3.6 and later. FIXME: Check final arg. FIXME: autoconf.
author Julien Bect <jbect@users.sourceforge.net>
date Mon, 24 Jul 2017 13:54:24 +0200
parents 9ff04de067ce
children df203b20cfc6
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)
       (eval . (when (and (buffer-file-name)
                          (string-match-p "\\.h\\'" (buffer-file-name))
                          (not (string-match-p "/gnulib/" (buffer-file-name))))
                 (c++-mode)
                 (c-set-style "gnu")))))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))