Skip to content

Commit

Permalink
fix: should fix end of line errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pedr0fontoura committed Sep 3, 2021
1 parent 92aef18 commit 214f950
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = crlf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto eol=crlf

*.{png,jpg,jpeg,gif,webp,woff,woff2} binary
1 change: 0 additions & 1 deletion web/.eslintcache

This file was deleted.

3 changes: 3 additions & 0 deletions web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
/.pnp
.pnp.js

#eslint
.eslintcache

# testing
/coverage

Expand Down

0 comments on commit 214f950

Please sign in to comment.