diff options
Diffstat (limited to 'chart2/Library_chartmodel.mk')
-rw-r--r-- | chart2/Library_chartmodel.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chart2/Library_chartmodel.mk b/chart2/Library_chartmodel.mk index e9ac4553fea1..e5ad81bd6e23 100644 --- a/chart2/Library_chartmodel.mk +++ b/chart2/Library_chartmodel.mk @@ -1,3 +1,4 @@ +# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version @@ -119,4 +120,4 @@ $(eval $(call gb_Library_add_exception_objects,chartmodel,\ chart2/source/model/template/XYDataInterpreter \ )) -# vim: set noet ts=4 sw=4: +# vim: set noet sw=4 ts=4: |