view .dir-locals.el @ 20:ae67093f0e62

fix code segment
author Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 30 Oct 2018 18:40:24 +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))))