From 6a9835108b8fe36f1d058c03b85564c0f39a1c77 Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sat, 4 Oct 2025 09:51:33 +0200 Subject: [PATCH] Use latest editorconfig-core-c This fixes issue #39. Signed-off-by: Sven Strickroth --- README.md | 2 +- init.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c16e8fa..65e808c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Clone the [EditorConfig plugin for Notepad++][] sources or download and extract To download [EditorConfig C core][] and [PRCE2][pcre] use the `init.ps1` script. ```powershell -~> ./init.ps1 [-prce 10.46] [-edc 0.12.3] +~> ./init.ps1 [-prce 10.46] [-edc 0.12.10] ``` Arguments: diff --git a/init.ps1 b/init.ps1 index 02f5558..2ae9123 100644 --- a/init.ps1 +++ b/init.ps1 @@ -1,6 +1,6 @@ param( $pcre="10.46", - $edc="0.12.9" + $edc="0.12.10" ) $ErrorActionPreference="Stop"