1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +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

@@ -509,5 +509,3 @@ int ssh_set_pcap_file(ssh_session session, ssh_pcap_file pcapfile){
#endif
/** @} */
/* vim: set ts=4 sw=4 et cindent: */