view .dir-locals.el @ 27896:5701a3716577

build: compile Java bytecode for Java 8 compatibility (patch #9806) * scripts/java/module.mk ($(%canon_reldir%_JAVA_CLASSES)): Compile Java with -source 8 -target 8.
author Mike Miller <mtmiller@octave.org>
date Thu, 02 Jan 2020 10:04:37 -0800
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))