We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1e04e commit d804236Copy full SHA for d804236
Extension/src/LanguageServer/editorConfig.ts
@@ -149,7 +149,7 @@ function getEditorConfig(filePath: string): any {
149
});
150
151
// Check if the current .editorconfig is the root.
152
- if (configData['*']?.root === true) {
+ if (configData['*']?.root) {
153
break; // Stop searching after processing the root = true file.
154
}
155
0 commit comments