【PhpStorm】【EditorConfig】PhpStorm のコードスタイル設定を .editorconfig 化する

 PhpStorm は IDE であり、様々な機能が備わっており、コードの整形もその一つです。プロジェクトにおいて複数人の様々なコードの書き方が氾濫するとコードが読みにくくにあります。そこでコード整形方法を統一する需要があります。
 .idea ディレクトリは PHPStorm の設定ファイルであり、この中にコード整形ロジックも入っています。しかし、 .idea には共有したくない様な個人の設定もよく入っており、分別は非常に手間です。そこで .editorconfig に PhpStorm のコードスタイルを出力して .editorconfig のみを共有することでコードスタイルの統一をはかります。
 .editorconfig は EditorConfig の設定ファイルです。 EditorConfig は簡易に編集者間でコードスタイルを統一するための仕組みです。
EditorConfig

What is EditorConfig?
EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

 次のスクリーンショットの場所から .editorconfig に PhpStorm のコードスタイルを出力できます。

 出力された設定値のなかで PhpStorm 由来のものは全て ij_ という prefix がついています。

>株式会社シーポイントラボ

株式会社シーポイントラボ

TEL:053-543-9889
営業時間:9:00~18:00(月〜金)
住所:〒432-8003
   静岡県浜松市中央区和地山3-1-7
   浜松イノベーションキューブ 315
※ご来社の際はインターホンで「316」をお呼びください

CTR IMG