From 83d9efdff0ab3ce1eb415e5762e9924b0bf930d1 Mon Sep 17 00:00:00 2001 From: Ignacy Kajdan Date: Mon, 8 Nov 2021 17:59:34 +0100 Subject: [PATCH] chore: remove file specific rules from the .editorconfig --- .editorconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 71a479c8..f7106b99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,3 @@ root = true [*] end_of_line = lf insert_final_newline = true - -[*.qml] -indent_style = space -indent_size = 2