Skip to content

Commit

Permalink
Move vim modeline to .vimrc
Browse files Browse the repository at this point in the history
Should apply to all files now

Requires "exrc" to be enabled, "secure" is recommended too.
  • Loading branch information
tedjp committed May 3, 2012
1 parent 07acc79 commit cc06814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
set ts=8 sw=4 noet
2 changes: 0 additions & 2 deletions dnsupdate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1462,5 +1462,3 @@ main(int argc, char **argv)
/* Exit true if we registered the A address */
exit(a_registered ? 0 : 1);
}

/* vim: set ts=8 sw=4 noet: */

0 comments on commit cc06814

Please sign in to comment.