diff options
author | Krzesimir Nowak <krnowak@openismus.com> | 2012-11-15 15:40:51 +0100 |
---|---|---|
committer | Jens Georg <mail@jensge.org> | 2012-11-30 23:11:57 +0100 |
commit | 198693e4a7d9c99a8e79f640b975778664d68705 (patch) | |
tree | 9def014b1c305fb9c8518d41bcf7cba3b0b13dc8 /.dir-locals.el | |
parent | 992e10ea20fafc46e2a06c20718d232709aa80b1 (diff) | |
download | gupnp-dlna-198693e4a7d9c99a8e79f640b975778664d68705.tar.gz |
Add a .dir-locals.el for emacs users
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..c02278d --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,2 @@ +((c-mode . ((indent-tabs-mode . nil) + (c-basic-offset . 8))))) |