From 9a208ae15d0ebae4f15db42afdc6e5a071c15b4a Mon Sep 17 00:00:00 2001 From: Wachtl Enterprises LLC <tyrolyean@escpe.net> Date: Mon, 20 Jan 2025 22:16:00 +0100 Subject: [PATCH] Please use tabs This is not an authoritative YOU NEED TO. This is me begging you to use tabs. For consistencies sake! Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net> --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4a41cb5..e5a9d69 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,8 @@ root = true [*] end_of_line = lf insert_final_newline = true +charset = utf-8 +indent_style = tab [*.toml] indent_style = space