view four-spaces-tabs.js @ 9:eb671eacf461

(none)
author Edho Arief <me@myconan.net>
date Wed, 08 Jul 2015 07:32:47 +0000
parents 3ba8f54d018b
children
line wrap: on
line source

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

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