Skip to content

Commit

Permalink
feat: add EditorConfig and fix devicon.json formatting (devicons#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSouchet authored and Snailedlt committed Oct 15, 2022
1 parent 35b4c6a commit f7758c7
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 194 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[**.json]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[**.svg]
trim_trailing_whitespace = false
Loading

0 comments on commit f7758c7

Please sign in to comment.