FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
albedo/.editorconfig at master · JavaAIer/albedo · GitHub
JavaAIer
/
albedo
Public
forked from
somowhere/albedo
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
albedo
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
22 lines (18 loc) · 355 Bytes
Breadcrumbs
albedo
/
.editorconfig
Copy path
File metadata and controls
22 lines (18 loc) · 355 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
root
=
true
#
对所有文件生效
[
*
]
charset
=
utf-8
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
insert_final_newline
=
true
trim_trailing_whitespace
=
true
[
*
.{java, xml}
]
indent_style
=
tab
indent_size
=
4
[
*
.{yml, json}
]
indent_style
=
space
indent_size
=
2
#
对后缀名为 md 的文件生效
[
*
.md
]
trim_trailing_whitespace
=
false
Back
|
FazBrowse Home
|
New Git URL