From ce50d3e3a9d1507987d6caeabf3787affa13bd4c Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Sun, 5 May 2024 19:19:39 +0000 Subject: [PATCH] docs: update contributing/formatting/code --- contributing/formatting/code.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md index cc86d6b..1cf35eb 100644 --- a/contributing/formatting/code.md +++ b/contributing/formatting/code.md @@ -2,7 +2,7 @@ title: .editorconfig description: Formatting standards using .editorconfig published: true -date: 2024-05-05T19:16:20.343Z +date: 2024-05-05T19:19:38.337Z tags: editor: markdown dateCreated: 2024-05-05T18:30:37.455Z @@ -21,7 +21,6 @@ trim_trailing_whitespace = true end_of_line = lf insert_final_newline = true indent_style = space -indent_size = 4 ``` ---