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.
.editorconfig
1 parent 431c02d commit fe0875dCopy full SHA for fe0875d
.editorconfig
@@ -0,0 +1,11 @@
1
+# editorconfig.org
2
+
3
+root = true
4
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+indent_style = space
10
+indent_size = 4
11
+trim_trailing_whitespace = true
.gitattributes
@@ -1,6 +1,7 @@
/.github/ export-ignore
/examples/ export-ignore
/tests/ export-ignore
+/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.yamllint.yaml export-ignore
0 commit comments