tab-size 4
This commit is contained in:
parent
0a704ac051
commit
6978c921aa
|
@ -116,4 +116,17 @@ let repoUrl = $("div.repohead-details-container > h1.public > strong[itemprop=na
|
||||||
#readme.blob #readme-edit-link { display: none; }
|
#readme.blob #readme-edit-link { display: none; }
|
||||||
#readme-edit-link:hover { opacity: 1; }
|
#readme-edit-link:hover { opacity: 1; }
|
||||||
`);
|
`);
|
||||||
|
})();
|
||||||
|
|
||||||
|
// tab size 4
|
||||||
|
(function() {
|
||||||
|
addStyle(`
|
||||||
|
.tab-size[data-tab-size='2'],
|
||||||
|
.tab-size[data-tab-size='4'],
|
||||||
|
.tab-size[data-tab-size='8'],
|
||||||
|
.inline-review-comment,
|
||||||
|
.gist table.lines {
|
||||||
|
tab-size: 4 !important;
|
||||||
|
}
|
||||||
|
`);
|
||||||
})();
|
})();
|
Loading…
Reference in New Issue