diff --git a/.editorconfig b/.editorconfig index d3e60881..7dfc5f85 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