From 3656a57e885065db046d774e27d0834884744a3c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 21 Sep 2013 14:42:35 +0100 Subject: add mode lines to new files (and idls) since last run Change-Id: Id1e74f18c90e69d1a781c8f02e30dc3c005ed4fd --- odk/examples/java/Spreadsheet/XCalcAddins.idl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odk/examples/java/Spreadsheet') diff --git a/odk/examples/java/Spreadsheet/XCalcAddins.idl b/odk/examples/java/Spreadsheet/XCalcAddins.idl index bd515b6ebced..d00ba549a62c 100644 --- a/odk/examples/java/Spreadsheet/XCalcAddins.idl +++ b/odk/examples/java/Spreadsheet/XCalcAddins.idl @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * The Contents of this file are made available subject to the terms of @@ -98,3 +99,5 @@ module org { }; #endif + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit