aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Volf <tomas.volf@showmax.com>2020-05-18 10:36:46 +0200
committerMike Crute <mike@crute.us>2020-05-19 08:44:21 -0700
commit834cac92da29bc852ef9325e8a2cc6e38d7adee9 (patch)
treebcf6666f79ec0bda605c5363a5b59477c7c07aea
parentbea0e57425123f2f801b6fba3fc402101165e779 (diff)
downloadtiny-ec2-bootstrap-834cac92da29bc852ef9325e8a2cc6e38d7adee9.tar.bz2
tiny-ec2-bootstrap-834cac92da29bc852ef9325e8a2cc6e38d7adee9.tar.xz
tiny-ec2-bootstrap-834cac92da29bc852ef9325e8a2cc6e38d7adee9.zip
Add indentation related options to the modeline
-rw-r--r--tiny-ec2-bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/tiny-ec2-bootstrap b/tiny-ec2-bootstrap
index ab7e642..8f39f42 100644
--- a/tiny-ec2-bootstrap
+++ b/tiny-ec2-bootstrap
@@ -1,5 +1,5 @@
1#!/sbin/openrc-run 1#!/sbin/openrc-run
2# vim:set ft=sh: 2# vim:set ft=sh et ts=4 sts=4 sw=4:
3 3
4description="Provides EC2 cloud bootstrap" 4description="Provides EC2 cloud bootstrap"
5 5