Add vim modeline to set indent to 4 spaces
This commit is contained in:
parent
620699df21
commit
c1fdf2fa82
1 changed files with 1 additions and 1 deletions
2
fetch
2
fetch
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# vim:fdm=marker
|
||||
# vim: fdm=marker:noai:ts=4:sw=4
|
||||
#
|
||||
# Fetch info about your system
|
||||
# https://github.com/dylanaraps/fetch
|
||||
|
|
Loading…
Reference in a new issue