From 3ecd91c0df6c105402a1e9291d8d8abbb8090a3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 27 Sep 2022 19:56:55 +0200 Subject: [PATCH] Add a Kate setting to wrap plugin conf files to 78 columns. Instead of 80, to fit nicely when indented with two spaces in magnum-sceneconverter --info-converter and related options. --- src/MagnumPlugins/.kateconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/MagnumPlugins/.kateconfig diff --git a/src/MagnumPlugins/.kateconfig b/src/MagnumPlugins/.kateconfig new file mode 100644 index 000000000..4271413c6 --- /dev/null +++ b/src/MagnumPlugins/.kateconfig @@ -0,0 +1 @@ +kate-wildcard(*Importer.conf;*Converter.conf;*Font.conf): word-wrap-column 78;