1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-14 21:20:58 +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

@ -833,5 +833,3 @@ const char *ssh_scp_request_get_warning(ssh_scp scp){
}
/** @} */
/* vim: set ts=4 sw=4 et cindent: */