Skip to content

Commit 0207b29

Browse files
committed
Update .editorconfig
consistent with upstream node-sass
1 parent ddc6897 commit 0207b29

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.editorconfig

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# top-most EditorConfig file
1+
# This file is for unifying the coding style for different editors and IDEs
2+
# editorconfig.org
3+
24
root = true
35

4-
# Unix-style newlines with a newline ending every file
56
[*]
67
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
710
insert_final_newline = true
811
indent_style = space
912
indent_size = 2

0 commit comments

Comments
 (0)