Skip to content

Commit 1a6be90

Browse files
Merge pull request #49 from liuys1107/master
ci(/): 增加不同IDE代码格式问题
2 parents a2017b9 + 521a355 commit 1a6be90

File tree

3 files changed

+111
-122
lines changed

3 files changed

+111
-122
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# http://editorconfig.org
2+
root = true
3+
4+
[*]
5+
indent_style = space
6+
indent_size = 2
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

0 commit comments

Comments
 (0)