0
0

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.

PhpStormでCRLF/LF/CRを切り替える

Last updated at Posted at 2019-08-22

改行コード 「CRLF」「LF」「CR」の違い。

CR(Carriage Return キャリッジリターン)

カーソルを左端の位置に戻すこと

LF(Line Feed ラインフィード)

カーソルを新しい行に移動すること

CRLF

CRとLFを組み合わせたもの。左端にカーソルを戻して改行する。

PhpStormでのCRLF/LF/CR切替方法

PhpStorm右下のCRLFをクリックで切替可能

CRLF.gif

備忘録

PhpStorm上でシェルスクリプトを書くとき、CRLFだと改行が入りシェルが実行されないので、LFに変えてから書きましょう。

参考URL

備忘録:改行コード「LF」と「CR」と「CRLF」の違い
https://marusunrise2.blogspot.com/2014/06/lfcrcrlf.html

0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?