forked from wechatpay-apiv3/wechatpay-apache-httpclient
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
30 lines (26 loc) · 650 Bytes
/
.editorconfig
File metadata and controls
30 lines (26 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs
# https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 2
trim_trailing_whitespace = true
continuation_indent_size = 4
[*.java]
indent_size = 4
max_line_length = 120
tab_width = 4
continuation_indent_size = 8
[{*.gant,*.gradle,*.groovy,*.gson,*.gy}]
indent_size = 4
tab_width = 4
continuation_indent_size = 8
[{*.markdown,*.md}]
indent_size = 4
tab_width = 4
continuation_indent_size = 8