view .dir-locals.el @ 24:434c28ad3b80

fix invoke function
author anatofuz
date Fri, 02 Nov 2018 18:53:01 +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))))