spaces-to-tabs for all *.php files

This commit is contained in:
Marc Tobias Metten
2016-02-27 00:02:20 +01:00
parent 8b75e1f4c4
commit 78a29b5a87
17 changed files with 351 additions and 351 deletions

View File

@@ -38,14 +38,14 @@ $aLanguageIn = array(
# class/type combinations to exclude
$aTagsBlacklist = array(
'boundary' => array('administrative'),
'place' => array('house', 'houses'),
'boundary' => array('administrative'),
'place' => array('house', 'houses'),
);
# If a class is in the white list then all types will
# be ignored except the ones given in the list.
# Also use this list to exclude an entire class from
# special phrases.
$aTagsWhitelist = array(
'highway' => array('bus_stop', 'rest_area', 'raceway'),
'building' => array(),
'highway' => array('bus_stop', 'rest_area', 'raceway'),
'building' => array(),
);