diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/python/check_styles.py | 4 | ||||
-rw-r--r-- | sw/qa/python/check_table.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/qa/python/check_styles.py b/sw/qa/python/check_styles.py index 8022acd63017..29fddf6433d6 100644 --- a/sw/qa/python/check_styles.py +++ b/sw/qa/python/check_styles.py @@ -1,5 +1,5 @@ #! /usr/bin/env python -# -*- Mode: python; tab-width: 4; indent-tabs-mode: t -*- +# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-offset: 4 -*- # # This file is part of the LibreOffice project. # @@ -243,4 +243,4 @@ class CheckStyle(unittest.TestCase): if __name__ == '__main__': unittest.main() -# /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +# vim: set shiftwidth=4 softtabstop=4 expandtab: diff --git a/sw/qa/python/check_table.py b/sw/qa/python/check_table.py index 6ea619a3804b..2b7de595a534 100644 --- a/sw/qa/python/check_table.py +++ b/sw/qa/python/check_table.py @@ -577,4 +577,4 @@ class CheckTable(unittest.TestCase): if __name__ == '__main__': unittest.main() -# /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ +# vim: set shiftwidth=4 softtabstop=4 expandtab: |