diff options
author | Dave Smith <dizzyd@dizzyd.com> | 2010-02-10 11:08:56 -0700 |
---|---|---|
committer | Dave Smith <dizzyd@dizzyd.com> | 2010-02-10 11:08:56 -0700 |
commit | b787f195b859e322c04b6a8355f465ebcc2266cb (patch) | |
tree | 6fa2276306862dfc700fc0cb2058bffd92ba93bb /bootstrap | |
parent | 788bd3df726933334ee9c570e1e920829c5d1c4c (diff) |
Add vim line; courtesy of rtilder
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ #!/usr/bin/env escript +%% vim: syntax=erlang:et:ts=4 %% -*- erlang -*- main(Args) -> |