Mercurial > ec-userscripts
changeset 7:a33ed4ee7fa6
(none)
author | Edho Arief <me@myconan.net> |
---|---|
date | Wed, 08 Jul 2015 07:26:08 +0000 |
parents | bd7febc9889b |
children | 3ba8f54d018b |
files | four-spaces-tabs.js |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/four-spaces-tabs.js Wed Jul 08 07:26:08 2015 +0000 @@ -0,0 +1,13 @@ +// ==UserScript== +// @name Four spaces tabs +// @namespace https://myconan.net +// @version 1.0 +// @description All the tabs +// @author nanaya +// @match * +// @grant none +// ==/UserScript== + +;(function() { + document.body.style.tabSize = 4; +}).call(); \ No newline at end of file