ここではMacのnanoエディタに「シンタックスハイライトの設定」「タブサイズを4に設定」する手順を紹介します。
brew install nano
brew install nanorc
ここでシェルの再起動をする。
下記の nanorc.nanorc ファイルをnanoで開き、
color brightnormal " brightnormal" をコメントアウトする。
nano /opt/homebrew/Cellar/nanorc/2020.10.10/share/nanorc/nanorc.nanorc
nano ~/.nanorc
nanoでファイルを開き下記の記述を追加する。
set tabsize 4
include "/opt/homebrew/Cellar/nanorc/2020.10.10/share/nanorc/*.nanorc"
保存してエディタを終了すると設定が完了されます。