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 cf5c5a3 commit e72ed92Copy full SHA for e72ed92
.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
/.gitignore export-ignore
/.scrutinizer.yml export-ignore
0 commit comments