From 2a6b9c592ba17511bf1a7f62cffba15b1bb9262d Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sat, 1 Jun 2024 13:47:27 -0600 Subject: [PATCH] .editorconfig: Fix indentation --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 1fd750b..1f50322 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,7 +13,7 @@ charset = utf-8 # Rust [*.rs] indent_style = space -indent_size = 2 +indent_size = 4 # Misc [*.{yaml,yml,md,nix}]