diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 92657483ba..b6c649add1 100644 --- a/docs/DEVELOPER.md +++ b/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. ### VS Code 1. Install [Clang-Format](https://marketplace.visualstudio.com/items?itemName=xaver.clang-format) extension for VS Code. - -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). ### WebStorm / IntelliJ 1. Install the [ClangFormatIJ](https://plugins.jetbrains.com/plugin/8396-clangformatij) plugin