summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/TextValidator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/TextValidator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/TextValidator.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/TextValidator.java b/odk/examples/DevelopersGuide/Forms/TextValidator.java
index 7901d76e2ec0..241bd8778cd2 100644
--- a/odk/examples/DevelopersGuide/Forms/TextValidator.java
+++ b/odk/examples/DevelopersGuide/Forms/TextValidator.java
@@ -1,3 +1,4 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -73,3 +74,5 @@ public class TextValidator extends ControlValidator
return false;
}
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */