From 98fde40d01fca20d08e7920bb1dc69bfba264c6d Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 5 Jun 2023 08:23:01 +0100 Subject: [PATCH] Mark editorconfig as the root config --- roles/home-cli/files/editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index 49d2667..294d971 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -1,4 +1,5 @@ [*] +root = true charset = utf-8 end_of_line = lf trim_trailing_whitespace = true