Skip to content

Commit fe0875d

Browse files
committed
Add .editorconfig
1 parent 431c02d commit fe0875d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.editorconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
indent_style = space
10+
indent_size = 4
11+
trim_trailing_whitespace = true

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/.github/ export-ignore
22
/examples/ export-ignore
33
/tests/ export-ignore
4+
/.editorconfig export-ignore
45
/.gitattributes export-ignore
56
/.gitignore export-ignore
67
/.yamllint.yaml export-ignore

0 commit comments

Comments
 (0)