docs: update contributing/formatting/code

This commit is contained in:
Florian Warzecha 2024-05-05 19:24:32 +00:00 committed by Auxolotl Wiki
parent ce50d3e3a9
commit 4799dea5b0

View file

@ -2,7 +2,7 @@
title: .editorconfig title: .editorconfig
description: Formatting standards using .editorconfig description: Formatting standards using .editorconfig
published: true published: true
date: 2024-05-05T19:19:38.337Z date: 2024-05-05T19:24:31.374Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2024-05-05T18:30:37.455Z dateCreated: 2024-05-05T18:30:37.455Z
@ -79,3 +79,12 @@ indent_size = 2
[*.csv] [*.csv]
indent_size = 0 indent_size = 0
``` ```
# Build Tool Files
## Make
```
[Makefile]
indent_style = tab
```