From 81a91d19d87e385f7678e87bbb33914a11b24c62 Mon Sep 17 00:00:00 2001 From: Anthony Rose Date: Sat, 5 Oct 2024 13:29:28 +0100 Subject: [PATCH] Disable Rider built-in formatting --- 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 443fb23..d0784a2 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -2,6 +2,7 @@ root = true [*] charset = utf-8 +disable_formatter = true indent_size = 4 indent_style = space insert_final_newline = true