Skip to content

Commit

Permalink
🔧 chore(prj): config files
Browse files Browse the repository at this point in the history
  • Loading branch information
iyear committed Oct 8, 2022
1 parent 566c7d5 commit 701d904
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
root = true

[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.{go,mod}]
indent_style = tab

[Makefile]
indent_style = tab

[*.md]
max_line_length = off
trim_trailing_whitespace = false
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto eol=lf

*.{png,jpg,jpeg,gif,webp,woff,woff2} binary

0 comments on commit 701d904

Please sign in to comment.