.editorconfig からファイル/フォルダーを無視/除外することは可能ですか?
理由:/vendor
サード パーティのファイルを含むフォルダーがあります。フォルダーに構成を継承させたくありません.editorconfig
。
EditorConfig-Propertiesページを見つけましたが、フォルダーを除外するプロパティがないようです。多分それを可能にするハックがありますか?
現在の構成
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab