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.
2 parents 0604e27 + 5d4b630 commit 50043b2Copy full SHA for 50043b2
.editorconfig
@@ -0,0 +1,13 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+indent_size = 4
7
+indent_style = space
8
+insert_final_newline = true
9
+tab_width = 4
10
+trim_trailing_whitespace = true
11
12
+[.github/workflows/*.yml]
13
+indent_size = 2
.gitattributes
@@ -1,3 +1,4 @@
+/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github/ export-ignore
0 commit comments