docs: create contributing/formatting
This commit is contained in:
parent
70fdc02c73
commit
a115c837e6
20
contributing/formatting.md
Normal file
20
contributing/formatting.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: .editorconfig
|
||||
description: Formatting standards using .editorconfig
|
||||
published: true
|
||||
date: 2024-05-05T18:30:37.455Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2024-05-05T18:30:37.455Z
|
||||
---
|
||||
|
||||
# Standardization
|
||||
These .editorconfig files are broken down into language specific sections. Always include this global portion:
|
||||
```editorconfig
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = "utf-8"
|
||||
trim_trailing_whitespace = true
|
||||
end_of_line = lf
|
||||
```
|
Loading…
Reference in a new issue