diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-28 20:34:47 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-28 20:41:55 -0800 |
commit | 68211363caf2a2c9192b7aea5d5c917567395efa (patch) | |
tree | 9c8f7b944c476ee52edca4fad4069250e14a3635 | |
parent | 316e309928efc3b76fdb8bc332bfe8f663557c5b (diff) | |
download | teliva-68211363caf2a2c9192b7aea5d5c917567395efa.tar.gz |
special indent settings for kilo
-rw-r--r-- | src/kilo.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kilo.c b/src/kilo.c index 731a035..3f3a516 100644 --- a/src/kilo.c +++ b/src/kilo.c @@ -1166,3 +1166,6 @@ int resumeEdit(lua_State* L) { } return Back_to_big_picture; } + +/* vim:tabstop=4:shiftwidth=0:expandtab:softtabstop=-1 + */ |