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 75f5584 commit 3eb1730Copy full SHA for 3eb1730
2 files changed
.editorconfig
@@ -0,0 +1,15 @@
1
+root = true
2
+
3
+[*]
4
+charset = utf-8
5
+end_of_line = lf
6
+indent_size = 4
7
+indent_style = space
8
+insert_final_newline = true
9
+trim_trailing_whitespace = true
10
11
+[*.md]
12
+trim_trailing_whitespace = false
13
14
+[*.{bats,sh,yml,yaml}]
15
+indent_size = 2
.gitattributes
@@ -2,3 +2,4 @@
tests/ export-ignore
.github/ export-ignore
.gitattributes export-ignore
+.editorconfig export-ignore
0 commit comments