From 2662c23a63c152946bb6b258bac0221ae281ae47 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 30 Jun 2020 14:10:33 +0200 Subject: Remove duplicate rule --- simulator/.editorconfig | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'simulator') diff --git a/simulator/.editorconfig b/simulator/.editorconfig index 1cdb4ce2..a17544c9 100644 --- a/simulator/.editorconfig +++ b/simulator/.editorconfig @@ -1,20 +1,6 @@ # EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org -root = true - -[*] -indent_style = space -indent_size = 4 - -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false -indent_style = space # ktlint [*.{kt, kts}] -- cgit v1.2.3