Skip to content

Commit 68601ed

Browse files
Add editor config so trailing whitespace is removed automatically
1 parent 6bee680 commit 68601ed

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
[*.{js,ts}]
5+
indent_style = space
6+
indent_size = 4
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)