1
0
mirror of https://github.com/konpa/devicon.git synced 2025-09-01 18:32:59 +02:00

feat: add EditorConfig and fix devicon.json formatting (#1364)

This commit is contained in:
Ben Souchet
2022-09-06 07:29:43 +02:00
committed by GitHub
parent 13b5e7758d
commit fc55a10920
2 changed files with 312 additions and 194 deletions

14
.editorconfig Normal file
View File

@@ -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