mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add emacs and vim file local variables
This commit is contained in:
parent
f502bb09dd
commit
fa4b2ee701
1 changed files with 2 additions and 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
|
||||
|
|
Loading…
Reference in a new issue