From 4799dea5b026fb69f39e010d040bce6ea639812f Mon Sep 17 00:00:00 2001 From: Florian Warzecha Date: Sun, 5 May 2024 19:24:32 +0000 Subject: [PATCH] docs: update contributing/formatting/code --- contributing/formatting/code.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md index 1cf35eb..4a16681 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:19:38.337Z +date: 2024-05-05T19:24:31.374Z tags: editor: markdown dateCreated: 2024-05-05T18:30:37.455Z @@ -78,4 +78,13 @@ indent_size = 2 ```editorconfig [*.csv] indent_size = 0 +``` + +# Build Tool Files + +## Make + +``` +[Makefile] +indent_style = tab ``` \ No newline at end of file