jtokoph / auto-detect-indentation

Auto detect indentation of files in Atom
MIT License
39 stars 6 forks source link

Use of language specific indentation settings #4

Closed zerkman closed 9 years ago

zerkman commented 9 years ago

This patch takes default language tab settings instead of global settings when dealing with files with hard tabs only or when detection failed.

jtokoph commented 9 years ago

Merged! Thanks for the patch!