Simple style to set tab size to 4; 8 was bad with the narrow code boxes.
NPMJS: Tab size 4 by thecynicslantern
Details
Authorthecynicslantern
LicenseCC0
Categorynpmjs
Created
Updated
Size353 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name NPMJS: Tab size 4
@version 20220323.11.53
@namespace userstyles.world/user/thecynicslantern
@description Simple style to set tab size to 4; 8 was bad with the narrow code boxes.
@author thecynicslantern
@license CC0
==/UserStyle== */
@-moz-document domain("www.npmjs.com") {
pre {
tab-size: 4;
}
}