https://github.com/nv/tab_character_size
UserScript. 8 spaces for the tab character are too much. I prefer 2.
https://github.com/nv/tab_character_size
Last synced: about 2 months ago
JSON representation
UserScript. 8 spaces for the tab character are too much. I prefer 2.
- Host: GitHub
- URL: https://github.com/nv/tab_character_size
- Owner: NV
- Created: 2010-03-29T11:36:55.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-05-27T08:52:17.000Z (almost 14 years ago)
- Last Synced: 2025-03-22T10:24:01.342Z (2 months ago)
- Language: JavaScript
- Homepage: http://userscripts.org/scripts/show/71768
- Size: 95.7 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tab Character Size

## [Google Chrome extension](https://chrome.google.com/extensions/detail/jkinehliihgaggijmodoknbhlkhmempc)

## [UserScript (Greasemonkey, Opera, Safari Greasekit)](http://userscripts.org/scripts/show/71768)
### Configure tab size
In Firefox you can change default 2 spaces to something else.

In other browsers you have to edit `REPLACEMENT` variable manually.
## [User Style for Firefox 4+ and Opera](http://usercss.com/styles/tab-size/)
In Opera and Firefox 4+ you can customize tab character width using nothing but CSS (`-o-tab-size` and `-moz-tab-size` respectively).
License: Public domain