From 0c1a2fe028eed8e5f393b0d26df7c0c7d4d1585a Mon Sep 17 00:00:00 2001
From: Hannes Feldt <feldt@astron.nl>
Date: Fri, 4 Nov 2022 10:06:22 +0100
Subject: [PATCH] Add rules for final newline

---
 .editorconfig | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.editorconfig b/.editorconfig
index 671cfbe..af8f6e8 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -5,7 +5,8 @@ charset = utf-8
 end_of_line = lf
 indent_size = 4
 indent_style = space
-insert_final_newline = false
+insert_final_newline = true
+trim_trailing_whitespace = true
 max_line_length = 120
 tab_width = 4
 ij_continuation_indent_size = 8
-- 
GitLab