From 040e04ff2a8daf8230ad5725e41cddaed58fcb5d Mon Sep 17 00:00:00 2001 From: Sebastian Brosch Date: Thu, 2 May 2024 16:53:21 +0200 Subject: [PATCH] editorconfig for powershell scripts. --- .editorconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 09d8827..bb27e13 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,11 @@ root = true -[*.java] +[*.{ps1,java}] charset = utf-8 -end_of_line = lf indent_size = 2 indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true +end_of_line = lf + +[*.java] +insert_final_newline = true \ No newline at end of file