Skip to content

Commit 3eb1730

Browse files
authored
chore: add .editorconfig (#19)
1 parent 75f5584 commit 3eb1730

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

.editorconfig

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
tests/ export-ignore
33
.github/ export-ignore
44
.gitattributes export-ignore
5+
.editorconfig export-ignore

0 commit comments

Comments
 (0)