diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-02-11 00:16:34 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2010-02-11 00:16:34 +0100 |
commit | fa4b2ee701e13f445d00791dbf70934f966af5fd (patch) | |
tree | a795d9d5aa94e1a6291ba1e5b01343da46bafcfd /bootstrap | |
parent | f502bb09dd041cdc8a524e82c482e820c169fa65 (diff) |
Add emacs and vim file local variables
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env escript -%% vim: syntax=erlang:et:ts=4 -%% -*- erlang -*- +%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*- +%% ex: ft=erlang ts=4 sw=4 et main(Args) -> %% Get a string repr of build time |