summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/source/solver/solver.hrc2
-rw-r--r--sccomp/source/solver/solver.src3
2 files changed, 5 insertions, 0 deletions
diff --git a/sccomp/source/solver/solver.hrc b/sccomp/source/solver/solver.hrc
index 0fc52485cddf..bf017afd1ed0 100644
--- a/sccomp/source/solver/solver.hrc
+++ b/sccomp/source/solver/solver.hrc
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -34,3 +35,4 @@
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sccomp/source/solver/solver.src b/sccomp/source/solver/solver.src
index 646503496cb7..52a9b9ecf116 100644
--- a/sccomp/source/solver/solver.src
+++ b/sccomp/source/solver/solver.src
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
* This file is part of the LibreOffice project.
*
@@ -72,3 +73,5 @@ String RID_ERROR_TIMEOUT
{
Text [ en-US ] = "The time limit was reached.";
};
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */