view .dir-locals.el @ 48:585f22dcc6aa

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 09 Dec 2018 16:04:54 +0900
parents 2cf249471370
children
line wrap: on
line source

((c-mode . ((c-basic-offset . 4)
            (c-file-style . "bsd")
            (fill-column . 80)
            (indent-tabs-mode . nil)
            (tab-width . 8))))