From f62c9951e56f8cf0309bd732de7215b67474bdb5 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 13 Jun 2023 22:40:31 +0100 Subject: [PATCH] Sort editorconfig --- roles/home-cli/files/editorconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index ab20cd2..86a14ca 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -2,7 +2,7 @@ root = true [*] charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true -indent_style = space indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true