Skip to content

Commit 2e1a5a1

Browse files
style: Update .editorconfig for JavaScript and JSON files
1 parent 3113fde commit 2e1a5a1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.editorconfig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# editorconfig.org
22
root = true
33

4-
[*]
4+
[*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,json,jsonc}]
55
indent_style = space
66
indent_size = 2
77
end_of_line = lf
88
charset = utf-8
99
trim_trailing_whitespace = true
1010
insert_final_newline = true
1111
max_line_length = 120
12-
13-
[*.md]
14-
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)