Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
2016-05-08 14:16:38 +0800
Commit
727a97716d1a4d128ef3a0d01bf5bdc5a1466899
1 parent
5137a1f0
统一各种编辑器格式
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
.editorconfig
.editorconfig
0 → 100644
View file @
727a977
1
+
root = true
2
+
3
+
[*]
4
+
indent_style = space
5
+
indent_size = 4
6
+
end_of_line = lf
7
+
charset = utf-8
8
+
trim_trailing_whitespace = true
9
+
insert_final_newline = true
10
+
11
+
[*.md]
12
+
trim_trailing_whitespace = false
Please
register
or
login
to post a comment