Skip to content

Commit

Permalink
chore: configure vscode to use single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
manfredsteyer committed Sep 28, 2024
1 parent 28b7c31 commit ce7f929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"typescript.preferences.quoteStyle": "single",
"javascript.preferences.quoteStyle": "single"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { LimitsComponent } from '../../ui/limits/limits.component';
import { debounceTimeSkipFirst } from '../../utils/debounce';
import { EventService } from '../../utils/event.service';

import { CouplingFilter, CouplingStore } from './coupling.store';
import { CouplingStore } from './coupling.store';
import { createGroups, createNodes, createEdges } from './graph.adapter';

const STRUCTURE_TIP =
Expand Down

0 comments on commit ce7f929

Please sign in to comment.