Skip to content

Commit db2d01a

Browse files
authored
Use latest editorconfig-core-c (#63)
This fixes issue #39. Signed-off-by: Sven Strickroth <[email protected]>
1 parent 5a6b134 commit db2d01a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Clone the [EditorConfig plugin for Notepad++][] sources or download and extract
3737
To download [EditorConfig C core][] and [PRCE2][pcre] use the `init.ps1` script.
3838

3939
```powershell
40-
~> ./init.ps1 [-prce 10.46] [-edc 0.12.3]
40+
~> ./init.ps1 [-prce 10.46] [-edc 0.12.10]
4141
```
4242

4343
Arguments:

init.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
param(
22
$pcre="10.46",
3-
$edc="0.12.9"
3+
$edc="0.12.10"
44
)
55

66
$ErrorActionPreference="Stop"

0 commit comments

Comments
 (0)