mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-20 00:48:17 +02:00
Update FAQ.md
This commit is contained in:
parent
81fe2bba52
commit
1ecfc50b7e
@ -83,7 +83,7 @@ Which editor to use for PowerShell scripts?
|
|||||||
|
|
||||||
How to write good PowerShell scripts?
|
How to write good PowerShell scripts?
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
Good PowerShell scripts are user-friendly and platform-independant. As a guideline follow these rules, please:
|
Good PowerShell scripts are user-friendly and platform-independent. As a guideline follow these rules, please:
|
||||||
|
|
||||||
1. the filename is named using the `<verb>-<object>.ps1` scheme
|
1. the filename is named using the `<verb>-<object>.ps1` scheme
|
||||||
2. the encoding is UTF-8-BOM to provide Unicode character support
|
2. the encoding is UTF-8-BOM to provide Unicode character support
|
||||||
|
Loading…
Reference in New Issue
Block a user