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 10415ef + 1e0e7e6 commit 1a874ceCopy full SHA for 1a874ce
.editorconfig
@@ -0,0 +1,17 @@
1
+# top-most EditorConfig file
2
+root = true
3
+
4
+# Unix-style newlines with a newline ending every file, and with same defaults
5
+[*]
6
+charset = utf-8
7
+end_of_line = lf
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
+indent_style = space
11
+indent_size = 4
12
+max_line_length = 120
13
14
+[*.md]
15
+max_line_length = 80
16
+# GitHub-flavored markdown uses two spaces and the end of a line to indicate a linebreak.
17
+trim_trailing_whitespace = false
.gitattributes
@@ -1,3 +1,4 @@
+/.editorconfig export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
0 commit comments