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 392d36e commit 6f7a42dCopy full SHA for 6f7a42d
.editorconfig
@@ -0,0 +1,11 @@
1
+; top-most EditorConfig file
2
+root = true
3
+
4
+# All files.
5
+[*]
6
+end_of_line = LF
7
+indent_style = space
8
+indent_size = 4
9
+charset = utf-8
10
+trim_trailing_whitespace = true
11
+insert_final_newline = true
.gitattributes
@@ -2,6 +2,7 @@
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Ignore all test and documentation with "export-ignore".
+/.editorconfig export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
0 commit comments