13

For personal reasons, I use tabs instead of spaces to indent my code. I occasionally view my web page's source code in Chrome's view-source: tab. When I do, my tabs are 8 spaces in width. I would like to change it to 2 spaces. I cannot figure out how to change this default behavior. To no avail, I've tried searching online and browsing through Chrome's settings. A "feature request" is located here but that post is almost 5 years old.

My question is: how do I change Chrome's default tab indention of 8 spaces to 2 spaces?

4

2 に答える 2

7

パーティーに少し遅れていることはわかっていますが、Chrome のタブ幅が 8 に設定されていることに気付きました。これは信じられないほどばかげています。

スタイリッシュを使用している場合、私の考えでは、ウェブサイトの設計上の不適切な選択を修正するために絶対に必要な拡張機能です (投稿の上にカーソルを置いてから、1、2 秒待つ必要がある場合を除き、投稿/返信時間を非表示にするなど)。フェードインなど...)、サイトのバグ(テキスト/ URLの代わりに背景画像のボタンを押すとすぐに新しいタブを開かないようにするため、センターボタンスクロールを許可しないなど)ポップアップ)など...

新しいスクリプトを作成します > 好きな名前を付けて貼り付けます:

body {
    tab-size: 4;
}

信じられないほど簡単ですが、不可欠です...

于 2016-01-29T14:38:24.617 に答える