From 43a5325b4f8ffa17939609aa3505a127cc44a316 Mon Sep 17 00:00:00 2001 From: Steve Vinoski Date: Fri, 26 Oct 2012 10:25:02 -0400 Subject: [PATCH] add editor settings to rebar.config --- rebar.config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index c2bbe02..66e81cd 100644 --- a/rebar.config +++ b/rebar.config @@ -1,10 +1,11 @@ - +%%-*- mode: erlang -*- +%% ex: ft=erlang ts=4 sw=4 et {port_specs, [{"priv/wterl.so", ["c_src/*.c"]}]}. {port_env, [ - {"DRV_CFLAGS", "$DRV_CFLAGS -Werror -I c_src/system/include"}, - {"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/system/lib/libwiredtiger.a"} - ]}. + {"DRV_CFLAGS", "$DRV_CFLAGS -Werror -I c_src/system/include"}, + {"DRV_LDFLAGS", "$DRV_LDFLAGS c_src/system/lib/libwiredtiger.a"} + ]}. {pre_hooks, [{compile, "c_src/build_deps.sh"}]}.