From 3be031e6b13de5452451edb78c17fa08d9b240a0 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 31 Aug 2019 08:31:34 +0100 Subject: [PATCH] Strip trailing whitespace from README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8582ef5..e438e869 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ tests and package it. All source code must be formatted with [IntelliJ IDEA][idea]'s built-in formatter before each commit. The 'Optimize imports' option should also be selected. Do not select 'Rearrange entries'. - + OpenRS2's code style settings are held in `.idea/codeStyles/Project.xml` in the repository, and IDEA should use them automatically after importing the Maven project.