From 9430d32a652492daa8d8c3a730770b4e9cab66da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 11 Dec 2018 20:38:02 +0100 Subject: [PATCH] Platform: this is now handled by .editorconfig. --- src/Magnum/Platform/WebApplication.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Magnum/Platform/WebApplication.css b/src/Magnum/Platform/WebApplication.css index 5ef039657..410f4b1f8 100644 --- a/src/Magnum/Platform/WebApplication.css +++ b/src/Magnum/Platform/WebApplication.css @@ -164,5 +164,3 @@ code { color: #e6e6e6; /*var(--code-color)*/ background-color: #282e36; /*var(--code-background-color)*/ } - -/* kate: indent-width 2; */