Skip to content

Commit 499ed6d

Browse files
committed
Add .editorconfig.
1 parent 8f57dcf commit 499ed6d

File tree

2 files changed

+13
-115
lines changed

2 files changed

+13
-115
lines changed

.editorconfig

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# https://editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
charset = utf-8
7+
end_of_line = lf
8+
insert_final_newline = true
9+
trim_trailing_whitespace = true
10+
11+
[*.{cjs,js,json,jsonld,mjs,yaml,yml}]
12+
indent_style = space
13+
indent_size = 2

LICENSE.md

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)