Skip to content

Commit 3fd3d03

Browse files
authored
Merge pull request #226 from mspirkov/add-editorconfig
Add `.editorconfig`
2 parents 431c02d + 95e2513 commit 3fd3d03

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.editorconfig

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

.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)