From 54aa1930ac55c2571cf9accef43441e016fdf134 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Fri, 16 Mar 2018 11:33:38 +0100 Subject: [PATCH] Normalize .idea/codeStyles/*.xml EOF newlines IDEA does strips EOF newlines in these files, so this commit adds an exception to the usual rule about inserting them. This will avoid spurious whitespace diffs on these files in the future. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index eb0b2c4..63d17d1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,3 +11,4 @@ insert_final_newline = true [.idea/codeStyles/*.xml] indent_size = 2 +insert_final_newline = false