2022年1月2日 3:58 am #30415
Participant
仰るとおり、インデントではなくタブの話でした。
公式サイトの説明だとindent_sizeを指定するとタブも同じになるように思います。
indent_size: a whole number defining the number of columns used for each indentation level and the width of soft tabs (when supported). When set to tab, the value of tab_width (if specified) will be used.
tab_width: a whole number defining the number of columns used to represent a tab character. This defaults to the value of indent_size and doesn’t usually need to be specified.
>tab_width が省略されている場合には、 indent_size と同じ数になるようにします。
そうですね。よろしくお願いします。