Add editor/gitattributes defaults for PowerShell encoding
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
charset = utf-8
|
||||||
|
end_of_line = crlf
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.ps1]
|
||||||
|
charset = utf-8-bom
|
||||||
|
end_of_line = crlf
|
||||||
|
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
*.ps1 text eol=crlf
|
||||||
|
|
||||||
@@ -78,3 +78,7 @@ powershell.exe -NoProfile -ExecutionPolicy Bypass -File "D:\Soft\Login_Monitor.p
|
|||||||
- если процесса нет — запускает монитор;
|
- если процесса нет — запускает монитор;
|
||||||
- если heartbeat старше `$HeartbeatStaleMinutes` (по умолчанию 90 минут) — перезапускает монитор.
|
- если heartbeat старше `$HeartbeatStaleMinutes` (по умолчанию 90 минут) — перезапускает монитор.
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
|
=======
|
||||||
|
|
||||||
|
>>>>>>> 68f8bcb (Add editor/gitattributes defaults for PowerShell encoding)
|
||||||
|
|||||||
Reference in New Issue
Block a user