We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8240fd commit 68a7ee0Copy full SHA for 68a7ee0
.editorconfig
@@ -0,0 +1,19 @@
1
+# EditorConfig ensures consistency: https://editorconfig.org
2
+# Plugins are available for all good editors (and even some
3
+# bad ones)
4
+#
5
+# VSCode plugin: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
6
+
7
+# This is the top-most editorconfig file for the repository
8
+root = true
9
10
+# Unix-style newlines with a newline ending every file
11
+[*]
12
+end_of_line = lf
13
+insert_final_newline = true
14
+trim_trailing_whitespace = true
15
+charset = utf-8
16
17
+# Opinionated tab/space rules, matching the Docusaurus defaults.
18
+indent_style = space
19
+indent_size = 2
0 commit comments