Skip to content

Commit

Permalink
chore: add EditorConfig and Git attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi committed Dec 7, 2023
1 parent 71152cd commit e496b52
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

[*]
end_of_line = lf
insert_final_newline = true

[*.cmd]
end_of_line = crlf

[*.{xml,yml}]
charset = utf-8
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.cmd text eol=crlf

0 comments on commit e496b52

Please sign in to comment.