Added formatting sections for emacs and vim

This commit is contained in:
Sterling Hughes
2001-09-07 04:01:32 +00:00
parent e2e3c95d3b
commit 6147879837
33 changed files with 260 additions and 0 deletions

View File

@@ -124,3 +124,11 @@ char *Curl_if2ip(char *interface, char *buf, int buf_size)
#else
#define if2ip(x) NULL
#endif
/*
* local variables:
* eval: (load-file "../curl-mode.el")
* end:
* vim600: et sw=2 ts=2 sts=2 tw=78 fdm=marker
* vim<600: et sw=2 ts=2 sts=2 tw=78
*/