1
だから私はこのようなeditorconfigファイルを持っている: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
あなたが見ることができるように、私はすべての設定を維持したいのconfigディレクトリを持っています関連するもの。私は.editorconfig
ファイルをプロジェクト全体で使用したいと思いますが、明らかにトップレベルのルートディレクトリにはありません。これは可能ですか?