view .dir-locals.el @ 26:7c854b59b164

modified return_label so as not to transition to the next code segment
author anatofuz
date Sat, 03 Nov 2018 17:06:30 +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))))