Skip to content

Commit

Permalink
Add the EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Mar 13, 2024
1 parent 0604e27 commit 5d4b630
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 5d4b630

Please sign in to comment.