Skip to content

Commit 3c3c344

Browse files
committed
Use the full path as the filename for editorconfig files
1 parent 9d7b838 commit 3c3c344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Workspaces/FolderWorkspace_ProjectLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ private abstract class ProjectLoader
3333
.Select(path =>
3434
DocumentInfo.Create(
3535
DocumentId.CreateNewId(projectId),
36-
name: ".editorconfig",
36+
name: path,
3737
loader: new FileTextLoader(path, Encoding.UTF8),
3838
filePath: path))
3939
.ToImmutableArray();

0 commit comments

Comments
 (0)