[iagno] Add modelines to all files



commit 06712677b794d2d8e42d913794d3e1ba08466328
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Jan 25 12:20:06 2014 -0600

    Add modelines to all files

 src/computer-player.vala |    3 ++-
 src/game-view.vala       |    3 ++-
 src/game.vala            |    3 ++-
 src/iagno.vala           |    3 ++-
 src/player.vala          |    3 ++-
 src/test-iagno.vala      |    3 ++-
 6 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/src/computer-player.vala b/src/computer-player.vala
index a7ca0b4..8186709 100644
--- a/src/computer-player.vala
+++ b/src/computer-player.vala
@@ -1,4 +1,5 @@
-/*
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ *
  * Copyright (C) 2010-2013 Robert Ancell
  *
  * This program is free software: you can redistribute it and/or modify it under
diff --git a/src/game-view.vala b/src/game-view.vala
index 93c40b2..214173f 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -1,4 +1,5 @@
-/*
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ *
  * Copyright (C) 2010-2013 Robert Ancell
  *
  * This program is free software: you can redistribute it and/or modify it under
diff --git a/src/game.vala b/src/game.vala
index 296a93a..153e7f0 100644
--- a/src/game.vala
+++ b/src/game.vala
@@ -1,4 +1,5 @@
-/*
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ *
  * Copyright (C) 2010-2013 Robert Ancell
  *
  * This program is free software: you can redistribute it and/or modify it under
diff --git a/src/iagno.vala b/src/iagno.vala
index 1f0f9fe..d071494 100644
--- a/src/iagno.vala
+++ b/src/iagno.vala
@@ -1,4 +1,5 @@
-/*
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ *
  * Copyright (C) 2010-2013 Robert Ancell
  *
  * This program is free software: you can redistribute it and/or modify it under
diff --git a/src/player.vala b/src/player.vala
index d26f28a..c8ee9e9 100644
--- a/src/player.vala
+++ b/src/player.vala
@@ -1,4 +1,5 @@
-/*
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ *
  * Copyright (C) 2013 Michael Catanzaro
  *
  * This file is part of Iagno.
diff --git a/src/test-iagno.vala b/src/test-iagno.vala
index f961faf..f1c79c0 100644
--- a/src/test-iagno.vala
+++ b/src/test-iagno.vala
@@ -1,4 +1,5 @@
-/*
+/* -*- Mode: vala; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+ *
  * Copyright (C) 2013 Michael Catanzaro
  *
  * This file is part of Iagno.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]