Add missing text editor local variable blocks

This commit is contained in:
Travis Cross
2013-05-25 09:47:12 +00:00
parent 00769c458f
commit 58e48416be
5 changed files with 54 additions and 0 deletions

View File

@@ -1579,3 +1579,13 @@ ESL_DECLARE(unsigned int) esl_separate_string_string(char *buf, const char *deli
return count;
}
/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:t
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4:
*/