make noexpandtab explicit in all vim modelines other than xml files

This commit is contained in:
Nathan Neulinger
2013-06-25 11:50:17 -05:00
parent 13fdd77f7e
commit 32adc789f6
472 changed files with 473 additions and 473 deletions
+1 -1
View File
@@ -1513,5 +1513,5 @@ switch_status_t FSMediaStream::write_frame(const switch_frame_t *frame, switch_i
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4:s:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet:s:
*/