From a115c837e6c4f57817c16271496fc328b3bb3390 Mon Sep 17 00:00:00 2001 From: Samuel Shuert Date: Sun, 5 May 2024 18:30:39 +0000 Subject: [PATCH] docs: create contributing/formatting --- contributing/formatting.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 contributing/formatting.md diff --git a/contributing/formatting.md b/contributing/formatting.md new file mode 100644 index 0000000..fd7eb25 --- /dev/null +++ b/contributing/formatting.md @@ -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 +``` \ No newline at end of file