mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 11:09:55 +00:00
Add missing mode setting in Emacs file variables
This commit is contained in:
parent
23781ae460
commit
92e667b062
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env escript
|
#!/usr/bin/env escript
|
||||||
%% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
%% -*- mode:erlang;tab-width:4;erlang-indent-level:4;indent-tabs-mode:nil -*-
|
||||||
%% ex: ft=erlang ts=4 sw=4 et
|
%% ex: ft=erlang ts=4 sw=4 et
|
||||||
|
|
||||||
main(Args) ->
|
main(Args) ->
|
||||||
|
|
Loading…
Reference in a new issue