LoginSignup
7
0

More than 1 year has passed since last update.

【GitHub】Goのインデントがおかしい問題を解決する

Last updated at Posted at 2022-04-13

原因

GitHub上でデフォルトのタブサイズが8になっているから。
つまり、1tab = 8 半角スペースという状況です。

解決策

  1. https://github.com/settings/appearanceへ行きます。
  2. Tab Sizeを4にします。

image.png

余談

chromeの拡張機能だったり、クエリパラメータでタブサイズを変える方法がググると出てきたのですが、最近デフォルトの設定になったんですかね?

7
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
0