Commit 61478798 authored by Sterling Hughes's avatar Sterling Hughes
Browse files

Added formatting sections for emacs and vim

parent e2e3c95d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -260,3 +260,11 @@ void *suck(int *lenptr) {
}
#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
 */
+8 −0
Original line number Diff line number Diff line
@@ -676,3 +676,11 @@ int main(int argc, char **argv)
}

#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
 */
+8 −0
Original line number Diff line number Diff line
@@ -232,3 +232,11 @@ CURLcode Curl_dict(struct connectdata *conn)

  return CURLE_OK;
}

/*
 * 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
 */
+8 −0
Original line number Diff line number Diff line
@@ -82,3 +82,11 @@ DllMain (
  return TRUE;
}
#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
 */
+8 −0
Original line number Diff line number Diff line
@@ -277,3 +277,11 @@ CURL *curl_easy_duphandle(CURL *incurl)

  return outcurl;
}

/*
 * 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
 */
Loading