pacman/test
Florian Pritz cd2370754a Remove ts and sw from vim modeline when noet is set
Forcing vim users to view files with a tabstop of 2 seems really
unnecessary when noet is set. I find it much easier to read code with
ts=4 and I dislike having to override the modeline by hand.

Command run:
find . -type f -exec sed -i '/vim.* noet/s# ts=2 sw=2##' {} +

Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Allan McRae <allan@archlinux.org>
2014-01-28 20:19:25 +10:00
..
pacman Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
scripts Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
util Remove ts and sw from vim modeline when noet is set 2014-01-28 20:19:25 +10:00
.gitignore Push down testing .gitignore entries 2014-01-06 14:38:50 +10:00