arnested / drupal-mode

Advanced Emacs minor mode for Drupal development
https://melpa.org/#/drupal-mode
GNU General Public License v3.0
32 stars 14 forks source link

drupal-detect-drupal-version: Allow tabs in .info #50

Closed kaaresl closed 10 years ago

kaaresl commented 10 years ago

drupal-mode fails detection if the module .info file has tabs as whitespace. Even though its not according to Drupal coding style, it still is a drupal module and detection should not fail.

arnested commented 10 years ago

Be liberal in what you accept, and conservative in what you send.

Good improvement! Thank you!