Skip to content

Commit fc55a10

Browse files
authored
feat: add EditorConfig and fix devicon.json formatting (#1364)
1 parent 13b5e77 commit fc55a10

File tree

2 files changed

+312
-194
lines changed

2 files changed

+312
-194
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
insert_final_newline = true
7+
8+
[**.json]
9+
indent_style = space
10+
indent_size = 4
11+
trim_trailing_whitespace = true
12+
13+
[**.svg]
14+
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)