Skip to content

Commit cc18a9e

Browse files
committed
fix(devops): update .editorconfig to latest version I use in other projects
1 parent 1844768 commit cc18a9e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.editorconfig

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
root = true
22

33
[*]
4-
insert_final_newline = true
5-
6-
[*.{js,jsx,ts,tsx,vue,pug,scss,css,json}]
7-
charset = utf-8
4+
end_of_line = lf
85
indent_style = space
96
indent_size = 2
10-
end_of_line = lf
7+
insert_final_newline = true
118
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)