Skip to content

Commit e5ea7c3

Browse files
committed
Merge pull request reduxjs#1013 from kolybasov/feature/editorconfig
Add .editorconfig
2 parents 7575e54 + 4f25097 commit e5ea7c3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# EditorConfig helps developers define and maintain
2+
# consistent coding styles between different editors and IDEs.
3+
4+
root = true
5+
6+
[*]
7+
end_of_line = lf
8+
charset = utf-8
9+
trim_trailing_whitespace = true
10+
insert_final_newline = true
11+
indent_style = space
12+
indent_size = 2

0 commit comments

Comments
 (0)