We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f203c9 commit 43487f6Copy full SHA for 43487f6
1 file changed
docs/DEVELOPER.md
@@ -97,8 +97,8 @@ A better way is to set up your IDE to format the changed file on each file save.
97
98
### VS Code
99
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).
+2. It will automatically pick up the settings from `.vscode/settings.json`.
+If you haven't already, create a `settings.json` file by following the instructions [here](../.vscode/README.md).
102
103
### WebStorm / IntelliJ
104
1. Install the [ClangFormatIJ](https://plugins.jetbrains.com/plugin/8396-clangformatij) plugin
0 commit comments