sindresorhus / editorconfig-sublime

Sublime Text plugin for EditorConfig - Helps developers maintain consistent coding styles between different editors
MIT License
1.77k stars 108 forks source link

Doesn't use tabs when [*] #81

Closed envygeeks closed 5 years ago

envygeeks commented 5 years ago

Given

[*]
indent_style=spaces

[*.go]
indent_style=tabs

Editor config will ignore the more specific version and only use spaces.