Skip to content

Commit 50043b2

Browse files
authored
Merge pull request #64 from stof/editorconfig
Add the EditorConfig file
2 parents 0604e27 + 5d4b630 commit 50043b2

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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+
tab_width = 4
10+
trim_trailing_whitespace = true
11+
12+
[.github/workflows/*.yml]
13+
indent_size = 2

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/.editorconfig export-ignore
12
/.gitattributes export-ignore
23
/.gitignore export-ignore
34
/.github/ export-ignore

0 commit comments

Comments
 (0)