salcode / bootstrap-genesis

WordPress Genesis Child Theme setup to use Bootstrap, Sass, and Grunt
MIT License
185 stars 63 forks source link

Set tab size to 4 spaces instead of 8? #161

Open salcode opened 8 years ago

salcode commented 8 years ago

I'd much prefer all tabs are rendered as 4 spaces instead of 8

See https://snippets.webaware.com.au/snippets/set-tab-size-github-gist-bitbucket/

I think it is worth considering adding

body {
    -moz-tab-size: 4;
    tab-size: 4;
}