Moved to NV/tab_character_size
Tab size UserJS
8 spaces for the tab character is too many. I'd prefer 2.
Supported browsers: Firefox, Google Chrome, Opera, and Safari.
| before | after |
|---|---|
jQuery.fn.extend({
show: function( speed, callback ) {
...
}
... |
jQuery.fn.extend({
show: function( speed, callback ) {
...
}
... |
In Firefox you can change default 2 spaces to something else.
In other browsers you have to edit REPLACEMENT variable manually.


Good. Even code blocks in comment boxes are supported.