aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_app_info.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rcl_app_info.erl')
-rw-r--r--src/rcl_app_info.erl6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rcl_app_info.erl b/src/rcl_app_info.erl
index bc64e30..f2afa0b 100644
--- a/src/rcl_app_info.erl
+++ b/src/rcl_app_info.erl
@@ -1,4 +1,4 @@
-%% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
+%% -*- erlang-indent-level: 4; indent-tabs-mode: nil; fill-column: 80 -*-
%%% Copyright 2012 Erlware, LLC. All Rights Reserved.
%%%
%%% This file is provided to you under the Apache License,
@@ -63,8 +63,8 @@
vsn :: ec_semver:semver(),
dir :: file:name(),
link=false :: boolean(),
- active_deps :: [atom()],
- library_deps :: [atom()]}).
+ active_deps=[]:: [atom()],
+ library_deps=[] :: [atom()]}).
%%============================================================================
%% types