diff --git a/src/include/switch_xml_config.h b/src/include/switch_xml_config.h index 243e4e6a30..317b429415 100644 --- a/src/include/switch_xml_config.h +++ b/src/include/switch_xml_config.h @@ -82,4 +82,15 @@ typedef switch_status_t (*switch_xml_config_callback_t)(switch_xml_config_item_t */ switch_status_t switch_xml_config_parse(switch_xml_t xml, int reload, switch_xml_config_item_t *options); -#endif /* !defined(SWITCH_XML_CONFIG_H) */ \ No newline at end of file +#endif /* !defined(SWITCH_XML_CONFIG_H) */ + +/* For Emacs: + * Local Variables: + * mode:c + * indent-tabs-mode:t + * tab-width:4 + * c-basic-offset:4 + * End: + * For VIM: + * vim:set softtabstop=4 shiftwidth=4 tabstop=4: + */ diff --git a/src/switch_xml_config.c b/src/switch_xml_config.c index 924120dd42..fff231d434 100644 --- a/src/switch_xml_config.c +++ b/src/switch_xml_config.c @@ -219,3 +219,14 @@ void switch_xml_config_test() } } #endif + +/* For Emacs: + * Local Variables: + * mode:c + * indent-tabs-mode:t + * tab-width:4 + * c-basic-offset:4 + * End: + * For VIM: + * vim:set softtabstop=4 shiftwidth=4 tabstop=4: + */