view four-spaces-tabs.js @ 8:3ba8f54d018b

(none)
author Edho Arief <me@myconan.net>
date Wed, 08 Jul 2015 07:31:01 +0000
parents a33ed4ee7fa6
children eb671eacf461
line wrap: on
line source

// ==UserScript==
// @name         Four spaces tabs
// @namespace    https://myconan.net
// @version      1.0
// @description  All the tabs
// @author       nanaya
// @match        *
// @grant        none
// ==/UserScript==

;(function() {
  CSSStyleSheet.insertRule("* { tab-size: 4; }", 0);
}).call();