Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no need for vim modelines anymore
  • Loading branch information
codeslinger committed Sep 12, 2013
1 parent 8837f4a commit ae16f5c
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion card.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion card_test.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion deck.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion hand.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion main.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion player.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion protocol.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down
1 change: 0 additions & 1 deletion server.go
@@ -1,4 +1,3 @@
// vim:set ts=2 noet ai ft=go:
// Copyright (c) Toby DiPasquale. See accompanying LICENSE file for
// detailed licensing information.
package main
Expand Down

0 comments on commit ae16f5c

Please sign in to comment.