summaryrefslogtreecommitdiff
path: root/inttest/eunit
diff options
context:
space:
mode:
authorVlad Dumitrescu <vladdu55@gmail.com>2014-12-02 10:52:45 +0100
committerVlad Dumitrescu <vladdu55@gmail.com>2014-12-02 10:52:45 +0100
commitaa5b8ac77271142b948ba2e150d826a4d389b730 (patch)
tree5f1eb205057423647b593ed39ffda7cc6952a1dd /inttest/eunit
parent47dba1bbc356e8aae221057821f5139d08a7beb8 (diff)
downloadrebar-aa5b8ac77271142b948ba2e150d826a4d389b730.tar.gz
add Emacs/vi header to non-dummy test modules
Diffstat (limited to 'inttest/eunit')
-rw-r--r--inttest/eunit/eunit_rt.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/inttest/eunit/eunit_rt.erl b/inttest/eunit/eunit_rt.erl
index 47f3331..1d71404 100644
--- a/inttest/eunit/eunit_rt.erl
+++ b/inttest/eunit/eunit_rt.erl
@@ -1,3 +1,5 @@
+%% -*- erlang-indent-level: 4;indent-tabs-mode: nil -*-
+%% ex: ts=4 sw=4 et
-module(eunit_rt).
-export([files/0, run/1]).