From 580b6debf7879a1a657eb7342735b4a80b439aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9line=20Souchet?= Date: Mon, 14 Sep 2020 15:35:52 +0200 Subject: [PATCH] Update doc with EditorConfig configuration --- docs/development/ide-configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/development/ide-configuration.md b/docs/development/ide-configuration.md index 907fff673e..81fdb272dd 100644 --- a/docs/development/ide-configuration.md +++ b/docs/development/ide-configuration.md @@ -63,6 +63,11 @@ An [AsciiDoc IntelliJ Plugin](https://plugins.jetbrains.com/plugin/7391-asciidoc ### VS Code +#### [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) + +Install the EditorConfig plugin. +The configuration is already done. + #### [Jest tests](https://github.com/jest-community/vscode-jest#how-to-get-it) To be able to run tests from VS Code, you firstly install the Jest extension, then, go to the **Run** menu of VS Code.