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 af30338 + d003647 commit 7503565Copy full SHA for 7503565
.editorconfig
@@ -0,0 +1,20 @@
1
+; top-most EditorConfig file
2
+root = true
3
+
4
+; Unix-style newlines
5
+[*]
6
+charset = utf-8
7
+end_of_line = LF
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[*.{yml,yaml}]
12
+indent_style = space
13
+indent_size = 4
14
15
+[*.md]
16
+max_line_length = 120
17
+trim_trailing_whitespace = false
18
19
+[Makefile,Makefile.dist,*.mk]
20
+indent_style = tab
.gitattributes
@@ -1,2 +1,3 @@
+.editorconfig export-ignore
/.gitattributes export-ignore
/docs export-ignore
0 commit comments