Fix hacking-guide/formatting subheadings
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/1b67ac69 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/1b67ac69 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/1b67ac69 Branch: refs/heads/master Commit: 1b67ac6928da7098fd61a0863f5aae6bd26bc1ae Parents: b7b3ff7 Author: Ville Skyttä <[email protected]> Authored: Sat Oct 8 11:43:20 2016 +0300 Committer: Clebert Suconic <[email protected]> Committed: Mon Oct 10 10:01:01 2016 +0200 ---------------------------------------------------------------------- docs/hacking-guide/en/formatting.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/1b67ac69/docs/hacking-guide/en/formatting.md ---------------------------------------------------------------------- diff --git a/docs/hacking-guide/en/formatting.md b/docs/hacking-guide/en/formatting.md index 6b6469b..63b307c 100644 --- a/docs/hacking-guide/en/formatting.md +++ b/docs/hacking-guide/en/formatting.md @@ -1,5 +1,7 @@ # Code Formatting +## Eclipse + Eclipse code formatting and (basic) project configuration files can be found at the `etc/` folder. You should manually copy them _after importing all your projects_: @@ -10,11 +12,11 @@ copy them _after importing all your projects_: Do not use the [maven-eclipse-plugin](https://maven.apache.org/plugins/maven-eclipse-plugin/) to copy the files as it conflicts with [m2e](http://eclipse.org/m2e/). -# Idea +## IDEA If you completed the step described on [idea instructions](ide.md#style-templates-and-inspection-settings-for-idea), and selected the code style accordingly you should be ready to go. -# EditorConfig +## EditorConfig For editors supporting [EditorConfig](http://editorconfig.org/), a settings file is provided in etc/ide-settings/editorconfig.ini. Copy it to your Artemis top level directory and
