1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +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

@@ -958,5 +958,3 @@ void ssh_set_counters(ssh_session session, ssh_counter scounter,
}
/** @} */
/* vim: set ts=4 sw=4 et cindent: */