From 8c89863b00a20bc0871a03e1388f38390bab530c Mon Sep 17 00:00:00 2001 From: lucperkins Date: Mon, 2 Jul 2018 19:34:01 -0700 Subject: [PATCH] Fix spelling error and add newline at end of file Signed-off-by: lucperkins --- .editorconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e1a8833b..179650b2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,7 +1,7 @@ root = true [*] -end_of_line = 1f +end_of_line = lf insert_final_newline = true charset = utf-8 @@ -10,4 +10,5 @@ indent_style = space indent_size = 2 [Makefile] -indent_style = tab \ No newline at end of file +indent_style = tab +