diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-05-11 23:09:10 +0300 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2012-05-11 23:09:10 +0300 |
commit | bd3c4060155440c46bdfe7330fc9a48f28d7b3ca (patch) | |
tree | 29f69a15ad9b8c6088df56cf5a3973a2cf3a2681 | |
parent | 77808ab28a1dcd7f097c28906696e71cf12e8ac5 (diff) | |
download | vdr-plugin-ttxtsubs-bd3c4060155440c46bdfe7330fc9a48f28d7b3ca.tar.gz vdr-plugin-ttxtsubs-bd3c4060155440c46bdfe7330fc9a48f28d7b3ca.tar.bz2 |
Add Emacs indentation settings.
-rw-r--r-- | .dir-locals.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..6dcf8b7 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1 @@ +((c++-mode . ((indent-tabs-mode . t)))) |