From 268b6fc368a20976995fba5b4b60e3086b639a2a Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 27 May 2019 18:41:05 -0400 Subject: [PATCH] chore: Update EditorConfig to match existing format --- .editorconfig | 1 + cSpell.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 745f3b793c43..82b05d33e541 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ root = true indent_style = space indent_size = 2 trim_trailing_whitespace = true +insert_final_newline = true [cSpell.json] indent_size = 4 diff --git a/cSpell.json b/cSpell.json index 5c74f4a5a98d..7d980e9bd861 100644 --- a/cSpell.json +++ b/cSpell.json @@ -2228,4 +2228,4 @@ ] } ] -} \ No newline at end of file +}