Skip to content

Commit 6969b8b

Browse files
committed
chore(project): Update editorconfig
1 parent a52fd46 commit 6969b8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.editorconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ root = true
55
charset = utf-8
66
indent_style = space
77
indent_size = 2
8+
end_of_line = lf
89
insert_final_newline = true
910
trim_trailing_whitespace = true
1011

1112
[*.ts]
1213
quote_type = single
1314

14-
[*.md]
15+
[*.{md,rst}]
1516
max_line_length = off
17+
insert_final_newline = false
1618
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)