Git commit 7cb5cc5ee4b76deedea5d99e2886d2d7d44fda61 by Nicol=C3=A1s Alvarez. Committed on 31/12/2017 at 21:38. Pushed by nalvarez into branch 'master'. Re-add .kateconfig, applying only to YAML files. It turns out it *is* possible to set filetype-specific configuration. Thanks Dominik Haumann for pointing this out. A +1 -0 .kateconfig https://commits.kde.org/sysadmin/kde-ansible/7cb5cc5ee4b76deedea5d99e2886d2= d7d44fda61 diff --git a/.kateconfig b/.kateconfig new file mode 100644 index 0000000..04b6d02 --- /dev/null +++ b/.kateconfig @@ -0,0 +1 @@ +kate-mimetype(application/x-yaml): tab-width 2; indent-width 2; replace-ta= bs on;