Add vi modelines to files. Ignore vim backup files

This commit is contained in:
Jesse Gumm 2013-08-30 06:52:20 -05:00
parent 0fbd4576ce
commit 8bc27f62fd
14 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,4 @@
%%% vi:ts=4 sw=4 et
-module(ec_semver_parser).
-export([parse/1,file/1]).
-compile({nowarn_unused_function,[p/4, p/5, p_eof/0, p_optional/1, p_not/1, p_assert/1, p_seq/1, p_and/1, p_choose/1, p_zero_or_more/1, p_one_or_more/1, p_label/2, p_string/1, p_anything/0, p_charclass/1, p_regexp/1, p_attempt/4, line/1, column/1]}).