1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-27 13:21:11 +03:00

Remove vim modelines from all files

If you want modelines use my vim plugin:
https://github.com/cryptomilk/git-modeline.vim

git config --add vim.modeline "ts=4 sw=4 et"

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2018-06-28 08:21:41 +02:00
parent f3de2974a9
commit c563ed636a
40 changed files with 0 additions and 72 deletions

View File

@@ -2271,5 +2271,3 @@ ssh_signature pki_do_sign_sessionid(const ssh_key key,
#endif /* WITH_SERVER */
#endif /* HAVE_LIBGCRYPT */
/* vim: set ts=4 sw=4 et cindent: */