view .dir-locals.el @ 19637:b74ae93040e8

limit number of jobs for make command to 1 under windows (bug #44053) * scripts/pkg/private/configure_make.m: set jobs as 1 in pc, nproc ("overridable") if not pc
author Avinoam Kalma
date Wed, 21 Jan 2015 21:19:38 -0500
parents 9ff04de067ce
children
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))))