From 330515154d08e46d25650cbb67e84d1d7aa9c4ed Mon Sep 17 00:00:00 2001 From: TheDaemoness Date: Sun, 29 Aug 2021 11:55:33 -0700 Subject: [PATCH 2/2] Stop editorconfig.kak from setting aligntab --- rc/detection/editorconfig.kak | 2 -- 1 file changed, 2 deletions(-) diff --git a/rc/detection/editorconfig.kak b/rc/detection/editorconfig.kak index 19421ab7..6bfe1600 100644 --- a/rc/detection/editorconfig.kak +++ b/rc/detection/editorconfig.kak @@ -31,11 +31,9 @@ define-command editorconfig-load -params ..1 -docstring "editorconfig-load [file END { if (indent_style == "tab") { print "set-option buffer indentwidth 0" - print "set-option buffer aligntab true" } if (indent_style == "space") { print "set-option buffer indentwidth " indent_size - print "set-option buffer aligntab false" } if (indent_size || tab_width) { print "set-option buffer tabstop " (tab_width ? tab_width : indent_size)