diff options
author | Simon Busch <morphis@gravedo.de> | 2011-10-29 18:55:55 +0200 |
---|---|---|
committer | Simon Busch <morphis@gravedo.de> | 2011-10-29 18:55:55 +0200 |
commit | f4923749132fe32f54b4f300f84071481559d606 (patch) | |
tree | 353d130c912f18a794defe60415b2490fc0fa553 /include/disp.h | |
parent | b722c61ccd5fea0e19ec4e3274a37cd99fa1b7d5 (diff) | |
download | external_libsamsung-ipc-f4923749132fe32f54b4f300f84071481559d606.zip external_libsamsung-ipc-f4923749132fe32f54b4f300f84071481559d606.tar.gz external_libsamsung-ipc-f4923749132fe32f54b4f300f84071481559d606.tar.bz2 |
Add vim modeline for uniform indentation
On IRC we agreed to use vim:ts=4:sw=4:expandtab as uniform indentation style for the
library.
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'include/disp.h')
-rw-r--r-- | include/disp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/disp.h b/include/disp.h index 1deb599..607e86a 100644 --- a/include/disp.h +++ b/include/disp.h @@ -35,3 +35,4 @@ struct ipc_disp_rssi_info { #endif +// vim:ts=4:sw=4:expandtab |