From 3687faa78fff4f4d48b27fa8d3920f2eb61a019b Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 16 Feb 2018 19:44:47 +0100 Subject: [PATCH] Enforce insert_final_newline in the editorconfig. (cherry picked from commit 6861886f706af841442d599570d5f163cf0688ce) --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index ead5e14ca90..e51d0d4c60d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,6 +4,7 @@ root = true charset = utf-8 end_of_line = lf indent_style = tab +insert_final_newline = true [*.{cpp,hpp,c,h,mm}] trim_trailing_whitespace = true