だから私は次のようなeditorconfigファイルを持っています:
# Indent preferences
indent_style = space
indent_size = 2
# Do not change these
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = true
私のファイル構造は次のようになります。
|-- src
|-- tools
|-- test
|-- config
.editorconfig
ご覧のとおり、すべての構成関連のものを保持したい構成ディレクトリがあります。.editorconfig
そこにあるファイルをプロジェクト全体で使用したいのですが、明らかに最上位のルート ディレクトリにはありません。これは可能ですか?