From 59e5a4126d3138cd2c2e10a3ea692f2be264c63f Mon Sep 17 00:00:00 2001 From: Enrico Lumetti Date: Wed, 23 Aug 2017 21:11:46 +0200 Subject: [PATCH] editorconfig.kak: fix awk typo --- rc/extra/editorconfig.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/extra/editorconfig.kak b/rc/extra/editorconfig.kak index dc028c4c..456eb623 100644 --- a/rc/extra/editorconfig.kak +++ b/rc/extra/editorconfig.kak @@ -13,7 +13,7 @@ def editorconfig-load -params ..1 -docstring "editorconfig-load [file]: set form /tab_width=/ { tab_width = $2 } /end_of_line=/ { end_of_line = $2 } /charset=/ { charset = $2 } - /trim_trailing_whitespace/ { trim_trailing_whitespace = $2 } + /trim_trailing_whitespace=/ { trim_trailing_whitespace = $2 } END { if (indent_style == "tab") {