diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-23 16:28:48 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-23 16:28:48 +0000 |
commit | c491aa53e00378055f70df25ed82a71e56943b00 (patch) | |
tree | a476a4dd28b4041b2e9e3a61c520d0335d4aadcd /starmath/source/caret.cxx | |
parent | 5ab0787ffb44ef6d63ba89a8b3e1e37146f63d37 (diff) |
add mode-lines in here
Diffstat (limited to 'starmath/source/caret.cxx')
-rw-r--r-- | starmath/source/caret.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/source/caret.cxx b/starmath/source/caret.cxx index a847d136c12f..0fd781eb44b7 100644 --- a/starmath/source/caret.cxx +++ b/starmath/source/caret.cxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * Version: MPL 1.1 / GPLv3+ / LGPLv3+ * @@ -61,3 +62,5 @@ SmCaretPosGraph::~SmCaretPosGraph(){ delete pNext; pNext = NULL; } + +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |