Skip to content

Commit d804236

Browse files
committed
Cleanup
1 parent 9f1e04e commit d804236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/editorConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ function getEditorConfig(filePath: string): any {
149149
});
150150

151151
// Check if the current .editorconfig is the root.
152-
if (configData['*']?.root === true) {
152+
if (configData['*']?.root) {
153153
break; // Stop searching after processing the root = true file.
154154
}
155155
}

0 commit comments

Comments
 (0)