mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Add file local variables where appropriate
This commit is contained in:
parent
3638b1f896
commit
df4e836c4e
4 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
||||||
|
%% ex: ts=4 sw=4 ft=erlang et
|
||||||
|
|
||||||
{application, rebar,
|
{application, rebar,
|
||||||
[{description, "Rebar: Erlang Build Tool"},
|
[{description, "Rebar: Erlang Build Tool"},
|
||||||
{vsn, "2"},
|
{vsn, "2"},
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
## Name of the node
|
## Name of the node
|
||||||
-name {{nodeid}}@127.0.0.1
|
-name {{nodeid}}@127.0.0.1
|
||||||
|
|
||||||
|
@ -18,4 +17,3 @@
|
||||||
|
|
||||||
## Tweak GC to run more often
|
## Tweak GC to run more often
|
||||||
-env ERL_FULLSWEEP_AFTER 10
|
-env ERL_FULLSWEEP_AFTER 10
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
|
||||||
|
%% ex: ts=4 sw=4 ft=erlang et
|
||||||
|
|
||||||
{app_bin, ["priv/rebar"]}.
|
{app_bin, ["priv/rebar"]}.
|
||||||
{erl_opts, [warnings_as_errors]}.
|
{erl_opts, [warnings_as_errors]}.
|
||||||
{xref_checks, [undefined_function_calls]}.
|
{xref_checks, [undefined_function_calls]}.
|
||||||
|
|
Loading…
Reference in a new issue