'tab-width/tabstop/tabSize' in editor modelines should really always be 8.

svn path=/trunk/; revision=41725
This commit is contained in:
Bill Meier 2012-03-21 18:27:10 +00:00
parent ca3e8b5d8b
commit 34e788eb11
2 changed files with 4 additions and 4 deletions

View File

@ -69,10 +69,10 @@ typedef struct _e_dccphdr {
*
* Local variables:
* c-basic-offset: 4
* tab-width: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=4 expandtab:
* :indentSize=4:tabSize=4:noTabs=true:
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/

View File

@ -558,5 +558,5 @@ geoip_db_get_paths(void) {
* End:
*
* ex: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=4:noTabs=true:
* :indentSize=4:tabSize=8:noTabs=true:
*/