editorconfig for powershell scripts.
This commit is contained in:
parent
4731292e21
commit
040e04ff2a
@ -1,9 +1,11 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*.java]
|
[*.{ps1,java}]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
end_of_line = lf
|
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
indent_style = space
|
||||||
insert_final_newline = true
|
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
end_of_line = lf
|
||||||
|
|
||||||
|
[*.java]
|
||||||
|
insert_final_newline = true
|
Loading…
Reference in New Issue
Block a user