From 7c7742c2a916feee8da5ecc80870e2fa2cb4bd7d Mon Sep 17 00:00:00 2001 From: Heliguy Date: Mon, 28 Oct 2024 00:48:53 -0400 Subject: [PATCH] Make .editorconfig match pre-commit checks --- .editorconfig | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index acf97baf..7c374832 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,6 @@ root = true - -[*.json] -indent_style = space +[*] +indent_style = tabs indent_size = 4 +max_line_length = 160 +trim_trailing_whitespace = true