From e7af69e5e89cfffd6d1198eb5cca9afb110d117d Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Tue, 10 Dec 2024 14:25:58 -0600 Subject: [PATCH] added missing rules I generally like --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.editorconfig b/.editorconfig index cdab41e..2459fa0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,7 +2,15 @@ root = true [*] end_of_line = lf insert_final_newline = true +indent_style = space +indent_size = 2 +charset = utf-8 +trim_trailing_whitespace = true [*.{yaml,yml,json5}] indent_style = space indent_size = 2 + +[*.md] +indent_size = 4 +trim_trailing_whitespace = false