add kate and emacs per directory config files

master
Harald Hoyer 2014-08-29 13:33:40 +02:00
parent e7ba1392e1
commit 6770af96d4
6 changed files with 16 additions and 0 deletions

2
.dir-locals.el Normal file
View File

@ -0,0 +1,2 @@
(setq sh-basic-offset: 4)
(setq indent-tabs-mode nil)

1
.kateconfig Normal file
View File

@ -0,0 +1 @@
kate: space-indent on; tab-width 4; indent-width 4; replace-tabs on; eol unix;

9
.kateproject Normal file
View File

@ -0,0 +1,9 @@
{
"name": "Kate"
, "files": [ { "git": 1 } ]
, "build": {
"directory": "build"
, "build": "make -j $(getconf _NPROCESSORS_ONLN) all"
, "clean": "make clean"
}
}

1
install/.kateconfig Normal file
View File

@ -0,0 +1 @@
kate: space-indent on; tab-width 8; indent-width 8; replace-tabs on; eol unix;

2
skipcpio/.dir-locals.el Normal file
View File

@ -0,0 +1,2 @@
(setq c-basic-offset 8)
(setq indent-tabs-mode nil)

1
skipcpio/.kateconfig Normal file
View File

@ -0,0 +1 @@
kate: space-indent on; tab-width 8; indent-width 8; replace-tabs on; eol unix;