summaryrefslogtreecommitdiff
path: root/odk/examples/java/Spreadsheet/SCalc.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/java/Spreadsheet/SCalc.java')
-rw-r--r--odk/examples/java/Spreadsheet/SCalc.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/java/Spreadsheet/SCalc.java b/odk/examples/java/Spreadsheet/SCalc.java
index 0a8b705c7b17..b251656c7250 100644
--- a/odk/examples/java/Spreadsheet/SCalc.java
+++ b/odk/examples/java/Spreadsheet/SCalc.java
@@ -1,3 +1,4 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* The Contents of this file are made available subject to the terms of
@@ -403,3 +404,5 @@ public class SCalc {
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */