summaryrefslogtreecommitdiff
path: root/rc/detection
diff options
context:
space:
mode:
authorJustin Frank <justinpfrank@protonmail.com>2019-03-13 14:00:59 -0700
committerJustin Frank <justinpfrank@protonmail.com>2019-04-08 17:05:55 -0700
commitaa6d19bee69e6a2b845553f5ba19cfe4e4cf6b12 (patch)
treee9abe822f5fd9d5cba4aa0a7e3719bf8e360a6d2 /rc/detection
parent7866d88131837f7c514e73c57773185ba33beb7b (diff)
Added modules to extra files
Diffstat (limited to 'rc/detection')
-rw-r--r--rc/detection/editorconfig.kak2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/detection/editorconfig.kak b/rc/detection/editorconfig.kak
index 9421e033..388e0540 100644
--- a/rc/detection/editorconfig.kak
+++ b/rc/detection/editorconfig.kak
@@ -8,7 +8,7 @@ hook global BufCreate .*[.](editorconfig) %{
set-option buffer filetype ini
set-option buffer static_words indent_style indent_size tab_width \
end_of_line charset insert_final_newline trim_trailing_whitespace root \
- latin1 utf-8 utf-8-bom utf-16be utf-16le lf cr crlf unset space tab
+ latin1 utf-8 utf-8-bom utf-16be utf-16le lf cr crlf unset space tab
}
declare-option -hidden bool editorconfig_trim_trailing_whitespace false