Return to .dir-locals.el CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird2 |
bird2 ver 2.0.7
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)))