Skip to content

Commit

Permalink
Merge pull request #64 from stof/editorconfig
Browse files Browse the repository at this point in the history
Add the EditorConfig file
  • Loading branch information
stof committed Mar 13, 2024
2 parents 0604e27 + 5d4b630 commit 50043b2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true

[.github/workflows/*.yml]
indent_size = 2
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.github/ export-ignore
Expand Down

0 comments on commit 50043b2

Please sign in to comment.