source: mod_gnutls/.dir-locals.el @ 33af2b7

asynciodebian/masterdebian/stretch-backportsjessie-backportsmainproxy-ticketupstream
Last change on this file since 33af2b7 was 198b9f0, checked in by Daniel Kahn Gillmor <dkg@…>, 10 years ago

try to record a surmise of the expected C coding conventions for emacs users

  • Property mode set to 100644
File size: 125 bytes
RevLine 
[198b9f0]1; surmised by dkg
2((c-mode
3  (indent-tabs-mode . nil)
4  (tab-width . 4)
5  (c-basic-offset . 4)
6  (c-file-style . "linux"))
7)
Note: See TracBrowser for help on using the repository browser.