mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 21:22:09 +00:00
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:
committed by
Anthony Minessale
parent
30be15fd52
commit
543dc3caea
@@ -228,5 +228,5 @@ char *aws_s3_authentication_create(const char *verb, const char *url, const char
|
||||
* c-basic-offset:4
|
||||
* End:
|
||||
* For VIM:
|
||||
* vim:set softtabstop=4 shiftwidth=4 tabstop=4
|
||||
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
|
||||
*/
|
||||
|
||||
@@ -51,5 +51,5 @@ char *aws_s3_authentication_create(const char *verb, const char *url, const char
|
||||
* c-basic-offset:4
|
||||
* End:
|
||||
* For VIM:
|
||||
* vim:set softtabstop=4 shiftwidth=4 tabstop=4
|
||||
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet
|
||||
*/
|
||||
|
||||
@@ -1639,5 +1639,5 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(mod_http_cache_shutdown)
|
||||
* c-basic-offset:4
|
||||
* End:
|
||||
* For VIM:
|
||||
* vim:set softtabstop=4 shiftwidth=4 tabstop=4:
|
||||
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 noet:
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user