From e2391df04f7a631ec2cc13455e251e9cb7a68ca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Gr=C3=BCneberg?= Date: Fri, 20 Oct 2017 21:26:38 +0200 Subject: [PATCH] #1297 Add IntelliJ Formatter to CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9ee866a68..1c2c0bbaf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,6 +12,8 @@ MapStruct follows the _Fork & Pull_ development approach. To get started just fo When doing changes, keep the following best practices in mind: * Provide test cases +* Use the code formatter for your IDE + * [IntelliJ Formatter](https://github.com/mapstruct/mapstruct/blob/master/etc/mapstruct.xml) * Update the [reference documentation](mapstruct.org/documentation) on [mapstruct.org](mapstruct.org) where required * Discuss new features you'd like to implement at the [Google group](https://groups.google.com/forum/?fromgroups#!forum/mapstruct-users) before getting started * Create one pull request per feature