summaryrefslogtreecommitdiff
path: root/docs/.editorconfig
diff options
context:
space:
mode:
authorJames Elliott <james-d-elliott@users.noreply.github.com>2024-03-14 06:00:14 +1100
committerGitHub <noreply@github.com>2024-03-14 06:00:14 +1100
commit9375c7b40b71a9192196ac51aa2ab0a9e3751aba (patch)
tree860ad30662716bd402c243a62384c06cba237452 /docs/.editorconfig
parentcd9a5160e7232e5c9ee72a44524964ade05cdc5e (diff)
docs: refresh (#6809)
Update the look of the documentation.
Diffstat (limited to 'docs/.editorconfig')
-rw-r--r--docs/.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/.editorconfig b/docs/.editorconfig
index 13c862956..dad6b5822 100644
--- a/docs/.editorconfig
+++ b/docs/.editorconfig
@@ -1,6 +1,11 @@
# editorconfig.org
+root = true
+
[*]
indent_style = space
indent_size = 2
+end_of_line = lf
charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true \ No newline at end of file