Quantcast
Channel: CSSタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8948

GitLabのタブインデント幅を4スペースに変更する方法

$
0
0

Chrome DevToolsのConsoleで以下を実行

gitlab.js
document.getElementsByTagName("head")[0].insertAdjacentHTML("beforeend",'<style type="text/css">* { tab-size: 4 !important; }</style>');

Viewing all articles
Browse latest Browse all 8948

Trending Articles