9
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AtomでMyricaフォント使用時にスペース幅がおかしくなる問題の解決

Last updated at Posted at 2017-01-17

等幅フォント比較:プログラミング用を見てAtomでMyrica Mを使おうとしたらハマった。

#問題
タブ幅4なのに8スペース分ずれる

スクリーンショット 2017-01-17 13.28.49.png

#解決法

Setting -> Editor -> Invisibles Spaceの表示文字を半角の文字に変える。
私は****(HALFWIDTH KATAKANA MIDDLE DOT, Unicode: U+FF65)にしました。

デフォルトでは**·**(MIDDLE DOT, Unicode: U+00B7)になっていますが、Myricaで使われている源真ゴシックではなぜか全角なのでタブ幅がおかしくなるようです。

スクリーンショット 2017-01-17 13.31.00.png

その他エディタでMyricaを利用した場合ですが、
Sublime Textは空白の表示に**·**を使っていないようなので問題は起こらず。
Visual Studio Codeではインデント幅はずれませんが、オートインデント周りの挙動がおかしくなるようです。

9
6
1

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
9
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?