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