From 29a6de85991e8ef79a7af4e1602f13862e4d5107 Mon Sep 17 00:00:00 2001 From: "loh.tar" Date: Thu, 14 Mar 2024 07:02:48 +0100 Subject: [PATCH] kateconfig: add en_US as default dict --- .kateconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.kateconfig b/.kateconfig index 20d1bdb..61cf1ab 100644 --- a/.kateconfig +++ b/.kateconfig @@ -1,5 +1,6 @@ -https://docs.kde.org/stable5/en/applications/katepart/config-variables.html +https://docs.kde.org/stable5/en/kate/katepart/config-variables.html +kate: default-dictionary en_US; kate-wildcard(Makefile): replace-tabs off; kate-wildcard(*.cpp;*.h): replace-tabs off; indent-mode cstyle; kate-wildcard(*.sgml): replace-tabs on; indent-width 2;