Skip to content

Instantly share code, notes, and snippets.

@yayugu
Created June 26, 2014 07:57
Show Gist options
  • Save yayugu/007b9b5085513cb7f5d0 to your computer and use it in GitHub Desktop.
Save yayugu/007b9b5085513cb7f5d0 to your computer and use it in GitHub Desktop.
stylish's user script: github tab size 8 to 2
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix(https://github.com/) {
.code-body .line, .file-diff .file-diff-line {
tab-size: 2;
-moz-tab-size: 2;
-o-tab-size: 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment