Browse Source

add kate and emacs per directory config files

master
Harald Hoyer 10 years ago
parent
commit
6770af96d4
  1. 2
      .dir-locals.el
  2. 1
      .kateconfig
  3. 9
      .kateproject
  4. 1
      install/.kateconfig
  5. 2
      skipcpio/.dir-locals.el
  6. 1
      skipcpio/.kateconfig

2
.dir-locals.el

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

1
.kateconfig

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

9
.kateproject

@ -0,0 +1,9 @@ @@ -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

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

2
skipcpio/.dir-locals.el

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

1
skipcpio/.kateconfig

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