Vim: set indent settings.

Shell: texclean does not remove idx files anymore to make sure it does not break git repos.
master
Ambrevar 2012-11-17 12:19:57 +01:00
parent 5e2b957808
commit 94c17426b2
2 changed files with 4 additions and 3 deletions

View File

@ -668,12 +668,12 @@ texclean ()
WORKDIR="$1"
fi
## WARNING: removing .idx files is messy in a .git folder.
find "$WORKDIR" -type f \( \
-name "*.aux" -o \
-name "*.glg" -o \
-name "*.glo" -o \
-name "*.gls" -o \
-name "*.idx" -o \
-name "*.ilg" -o \
-name "*.ind" -o \
-name "*.lof" -o \

5
.vimrc
View File

@ -62,8 +62,9 @@ set showmatch " Show matching brackets.
set smartcase " Do smart case matching
set smartindent
set smarttab
set expandtab
set tabstop=4
set shiftwidth=4
" Mapleader
let mapleader = ","