Skip to content
Snippets Groups Projects
Unverified Commit eaa39fd9 authored by Sergei Zharinov's avatar Sergei Zharinov Committed by GitHub
Browse files

fix(editor-config): Remove wrong default for `localDir` (#23321)

parent 4d48de4d
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ import type { IndentationType } from './indentation-type';
export class EditorConfig {
public static async getCodeFormat(fileName: string): Promise<CodeFormat> {
const localDir = GlobalConfig.get('localDir', 'asdf');
const localDir = GlobalConfig.get('localDir', '');
try {
const knownProps = await parse(upath.join(localDir, fileName));
return {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment