Annotation of embedaddon/bird2/.dir-locals.el, revision 1.1.1.1

1.1       misho       1: ; BIRD project coding conventions
                      2: 
                      3: ((c-mode
                      4:   (c-file-style . "bsd")
                      5:   (c-basic-offset . 2)
                      6:   (fill-column . 80)
                      7:   (show-trailing-whitespace . t)))

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>