[f-spot: 2/7] Make Git ignore ctags DB file; add Vim setttings



commit 3f482e7465f119b69de7ed36d6921ea912911c07
Author: Wojciech Dzierżanowski <wojciech dzierzanowski gmail com>
Date:   Thu Jun 11 20:39:13 2009 +0200

    Make Git ignore ctags DB file; add Vim setttings

 extensions/Exporters/TabbloExport/.gitignore |    1 +
 extensions/Exporters/TabbloExport/.vimrc     |    4 ++++
 2 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/extensions/Exporters/TabbloExport/.gitignore b/extensions/Exporters/TabbloExport/.gitignore
index 6107c0a..75e7c59 100644
--- a/extensions/Exporters/TabbloExport/.gitignore
+++ b/extensions/Exporters/TabbloExport/.gitignore
@@ -3,3 +3,4 @@
 /Tabblo/Makefile
 /Tabblo/Makefile.in
 *.dll
+/tags
diff --git a/extensions/Exporters/TabbloExport/.vimrc b/extensions/Exporters/TabbloExport/.vimrc
new file mode 100644
index 0000000..f90d908
--- /dev/null
+++ b/extensions/Exporters/TabbloExport/.vimrc
@@ -0,0 +1,4 @@
+" Tabs and indentation
+:set noexpandtab
+:set tabstop=8
+:set shiftwidth=8



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]