From 25374b3a90b08d51034a42e4c382bb027ddc6571 Mon Sep 17 00:00:00 2001 From: MatthieuBraure Date: Fri, 12 Jan 2018 15:12:51 +0100 Subject: [PATCH 1/2] Update framework.rst Add atom editor to IDE config. --- reference/configuration/framework.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 69f5ada5038..62108858b84 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -204,7 +204,7 @@ ide Symfony turns file paths seen in variable dumps and exception messages into links that open those files right inside your browser. If you prefer to open those files in your favorite IDE or text editor, set this option to any of the -following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim`` and ``emacs``. +following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs`` and ``atom``. .. note:: From 21a1a91f1342486f8db3e9f1c63acac1db31920d Mon Sep 17 00:00:00 2001 From: MatthieuBraure Date: Fri, 12 Jan 2018 15:35:32 +0100 Subject: [PATCH 2/2] Update framework.rst Move 'and atom' to a new line. --- reference/configuration/framework.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/configuration/framework.rst b/reference/configuration/framework.rst index 62108858b84..986755f6d7b 100644 --- a/reference/configuration/framework.rst +++ b/reference/configuration/framework.rst @@ -204,7 +204,8 @@ ide Symfony turns file paths seen in variable dumps and exception messages into links that open those files right inside your browser. If you prefer to open those files in your favorite IDE or text editor, set this option to any of the -following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs`` and ``atom``. +following values: ``phpstorm``, ``sublime``, ``textmate``, ``macvim``, ``emacs`` +and ``atom``. .. note::