Skip to content

Commit 43487f6

Browse files
dannyskoogmatsko
authored andcommitted
docs: correct vscode clang-format setup instructions (angular#33190)
PR Close angular#33190
1 parent 6f203c9 commit 43487f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/DEVELOPER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ A better way is to set up your IDE to format the changed file on each file save.
9797

9898
### VS Code
9999
1. Install [Clang-Format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format) extension for VS Code.
100-
101-
It will automatically pick up the settings from Angular's [settings.json](../.vscode/settings.json).
100+
2. It will automatically pick up the settings from `.vscode/settings.json`.
101+
If you haven't already, create a `settings.json` file by following the instructions [here](../.vscode/README.md).
102102

103103
### WebStorm / IntelliJ
104104
1. Install the [ClangFormatIJ](https://plugins.jetbrains.com/plugin/8396-clangformatij) plugin

0 commit comments

Comments
 (0)