From ef9a21aa99c0150f02779e67ff5889616217e4f0 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Mon, 15 Jun 2020 19:50:09 +0200 Subject: [PATCH] Update editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index d3e6088..7dfc5f8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,5 +14,8 @@ trim_trailing_whitespace = true [*.go] indent_style = tab +[{**/fixtures/**,**/.dev/**}] +insert_final_newline = false + [*.md] trim_trailing_whitespace = false