Skip to content

Commit d61e97f

Browse files
First cut of KeyValuePairFile
1 parent 6b77c60 commit d61e97f

21 files changed

Lines changed: 994 additions & 22 deletions

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
"powershell.codeFormatting.whitespaceAroundOperator": true,
99
"powershell.codeFormatting.whitespaceAfterSeparator": true,
1010
"powershell.codeFormatting.ignoreOneLineBlock": false,
11-
"powershell.codeFormatting.alignPropertyValuePairs": true
12-
}
11+
"powershell.codeFormatting.alignPropertyValuePairs": true,
12+
"files.trimTrailingWhitespace": true,
13+
"files.insertFinalNewline": true
14+
}

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44

55
- MSFT_ReplaceText:
66
- Created new resource for replacing text in text files.
7+
- MSFT_KeyValuePairFile:
8+
- Created new resource for setting key value pairs in text files.

0 commit comments

Comments
 (0)