Kaydet (Commit) c491aa53 authored tarafından Caolán McNamara's avatar Caolán McNamara

add mode-lines in here

üst 5ab0787f
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
* *
...@@ -475,3 +476,5 @@ private: ...@@ -475,3 +476,5 @@ private:
*/ */
#endif /* CARET_H */ #endif /* CARET_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
* *
...@@ -449,3 +450,5 @@ private: ...@@ -449,3 +450,5 @@ private:
#endif /* SMCURSOR_H */ #endif /* SMCURSOR_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
* *
...@@ -490,3 +491,5 @@ private: ...@@ -490,3 +491,5 @@ private:
}; };
#endif /* SMVISITORS_H */ #endif /* SMVISITORS_H */
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
* *
...@@ -61,3 +62,5 @@ SmCaretPosGraph::~SmCaretPosGraph(){ ...@@ -61,3 +62,5 @@ SmCaretPosGraph::~SmCaretPosGraph(){
delete pNext; delete pNext;
pNext = NULL; pNext = NULL;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
* *
...@@ -1626,3 +1627,5 @@ bool SmNodeListParser::IsUnaryOperator(const SmToken &token) { ...@@ -1626,3 +1627,5 @@ bool SmNodeListParser::IsUnaryOperator(const SmToken &token) {
bool SmNodeListParser::IsPostfixOperator(const SmToken &token) { bool SmNodeListParser::IsPostfixOperator(const SmToken &token) {
return token.eType == TFACT; return token.eType == TFACT;
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* /*
* Version: MPL 1.1 / GPLv3+ / LGPLv3+ * Version: MPL 1.1 / GPLv3+ / LGPLv3+
* *
...@@ -2570,3 +2571,5 @@ void SmNodeToTextVisitor::Visit( SmVerticalBraceNode* pNode ) ...@@ -2570,3 +2571,5 @@ void SmNodeToTextVisitor::Visit( SmVerticalBraceNode* pNode )
Append( pNode->GetToken( ).aText ); Append( pNode->GetToken( ).aText );
LineToText( pScript ); LineToText( pScript );
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment