editorconfig for powershell scripts.

This commit is contained in:
Sebastian Brosch 2024-05-02 16:53:21 +02:00
parent 4731292e21
commit 040e04ff2a

View File

@ -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
end_of_line = lf
[*.java]
insert_final_newline = true