diff --git a/contributing/formatting/code.md b/contributing/formatting/code.md index e4a1951..4757c72 100644 --- a/contributing/formatting/code.md +++ b/contributing/formatting/code.md @@ -2,7 +2,7 @@ title: .editorconfig description: Formatting standards using .editorconfig published: true -date: 2024-05-05T21:02:56.241Z +date: 2024-05-05T21:03:29.029Z tags: editor: markdown dateCreated: 2024-05-05T18:30:37.455Z @@ -20,7 +20,7 @@ end_of_line = lf insert_final_newline = true indent_style = space ``` -And add any additional types you need from below, making sure to seperate each section with a new line. +And add any additional types you need from below, making sure to separate each section with a new line. ---