Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Games
KShisen
Commits
1064fbf8
Commit
1064fbf8
authored
Jan 23, 2009
by
Frederik Schwarzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add modelines for vim and kate
svn path=/trunk/KDE/kdegames/kshisen/; revision=915471
parent
7c35a5e3
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
14 additions
and
0 deletions
+14
-0
app.cpp
app.cpp
+3
-0
app.h
app.h
+3
-0
board.cpp
board.cpp
+3
-0
board.h
board.h
+3
-0
main.cpp
main.cpp
+2
-0
No files found.
app.cpp
View file @
1064fbf8
...
...
@@ -747,3 +747,6 @@ void App::showSettings(){
}
#include "app.moc"
// vim: expandtab:tabstop=4:shiftwidth=4
// kate: space-indent on; indent-width 4
app.h
View file @
1064fbf8
...
...
@@ -126,3 +126,6 @@ class App : public KXmlGuiWindow
};
#endif // APP_H
// vim: expandtab:tabstop=4:shiftwidth=4
// kate: space-indent on; indent-width 4
board.cpp
View file @
1064fbf8
...
...
@@ -2149,3 +2149,6 @@ void Board::resetRedo()
}
#include "board.moc"
// vim: expandtab:tabstop=4:shiftwidth=4
// kate: space-indent on; indent-width 4
board.h
View file @
1064fbf8
...
...
@@ -290,3 +290,6 @@ class Board : public QWidget
};
#endif // BOARD_H
// vim: expandtab:tabstop=4:shiftwidth=4
// kate: space-indent on; indent-width 4
main.cpp
View file @
1064fbf8
...
...
@@ -75,3 +75,5 @@ int main(int argc, char **argv)
return
a
.
exec
();
}
// vim: expandtab:tabstop=4:shiftwidth=4
// kate: space-indent on; indent-width 4
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment