docs: update contributing/formatting/code

This commit is contained in:
Samuel Shuert 2024-05-05 19:16:21 +00:00 committed by Auxolotl Wiki
parent b08658251c
commit 74ba1f553a

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:15:04.281Z date: 2024-05-05T19:16:20.343Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2024-05-05T18:30:37.455Z dateCreated: 2024-05-05T18:30:37.455Z
@ -25,7 +25,7 @@ indent_size = 4
``` ```
--- ---
# Programming Languages: # Programming Languages
## Nix ## Nix
Using nixfmt-rfc-style Using nixfmt-rfc-style
@ -57,6 +57,8 @@ indent_size = 4
insert_final_newline = false insert_final_newline = false
``` ```
# Markup Languages
## Markdown ## Markdown
```editorconfig ```editorconfig
[*.md] [*.md]
@ -64,6 +66,7 @@ indent_size = 2
trim_trailing_whitespace = false trim_trailing_whitespace = false
insert_final_newline = false insert_final_newline = false
``` ```
# Data Storage Files # Data Storage Files
## JSON ## JSON