docs: update contributing/formatting/code

This commit is contained in:
Samuel Shuert 2024-05-05 20:57:45 +00:00 committed by Auxolotl Wiki
parent 20b09caf5e
commit 7895a5d26b

View file

@ -2,7 +2,7 @@
title: .editorconfig
description: Formatting standards using .editorconfig
published: true
date: 2024-05-05T20:22:30.462Z
date: 2024-05-05T20:57:44.538Z
tags:
editor: markdown
dateCreated: 2024-05-05T18:30:37.455Z
@ -154,7 +154,7 @@ trim_trailing_whitespace = unset
## Make
```
```editorconfig
[Makefile]
indent_style = tab
```