make noexpandtab explicit in all vim modelines other than xml files

Conflicts:
	src/include/switch_core_media.h
	src/mod/endpoints/mod_sofia/sofia_media.c
	src/switch_core_media.c
This commit is contained in:
Nathan Neulinger
2013-06-25 11:50:17 -05:00
committed by Anthony Minessale
parent 30be15fd52
commit 543dc3caea
469 changed files with 470 additions and 470 deletions
+1 -1
View File
@@ -886,5 +886,5 @@ SWITCH_DECLARE(switch_pgsql_status_t) switch_pgsql_SQLEndTran(switch_pgsql_handl
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet:
*/