diff options
author | Piotr Usewicz <piotr@layer22.com> | 2011-04-15 17:22:49 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-04-15 17:22:49 +0200 |
commit | df4e836c4e3a2e667f3bf232a52a12a5882ca727 (patch) | |
tree | 094234e1e061fa063d4afe6f25e40c17b20560c7 /ebin | |
parent | 3638b1f896c2df4a16015bdd9214c32b3d4c4e45 (diff) |
Add file local variables where appropriate
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index a99df4e..ecc302b 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -1,3 +1,6 @@ +%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*- +%% ex: ts=4 sw=4 ft=erlang et + {application, rebar, [{description, "Rebar: Erlang Build Tool"}, {vsn, "2"}, |