jedfoster / SassMeister

The Sass playground
http://sassmeister.com
199 stars 25 forks source link

Use spaces instead of hard tabs, Tab key inserts 2 spaces #61

Closed lolmaus closed 10 years ago

lolmaus commented 10 years ago

Ace editor's default is using hard, 4 space-wide tabs.

Sass and Haml most commonly follow the Ruby standard of soft, 2 space-wide tabs.

https://github.com/styleguide/css https://github.com/styleguide/ruby

jedfoster commented 10 years ago

Thanks for this; I've been meaning to fix this.