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?

【Laravel】Pintで改行コードがLFになる問題の解消方法!

Posted at

泉(@izumin_0401)です。

今回は、LaravelのPintで改行コードがLFになる問題の解消方法を解説しやす!!

ブログ記事はこちら

そもそもpintでは無理

そもそもですが、pintでは改行コードの設定は変えられないっぽいです。

なので、「.gitattributes」で改行コードを設定します。

「.gitattributes」の設定

* text=auto eol=crlf

これでOK!!

まとめ

もはやLaravel Pintの解説ではないのである!

ではまた!

最後に

暇つぶしにTwitterブログもやってるので見てね。

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?