-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
40 lines (34 loc) · 755 Bytes
/
Copy path.editorconfig
File metadata and controls
40 lines (34 loc) · 755 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
31
32
33
34
35
36
37
38
39
40
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 3
indent_style = tab
insert_final_newline = true
max_line_length = 999
tab_width = 3
trim_trailing_whitespace = false
ij_javascript_chained_call_dot_on_new_line = false
ij_any_method_call_chain_wrap = split_into_lines
[*.less]
indent_size = 3
indent_style = tab
tab_width = 3
[{*.ant,*.fxml,*.jhm,*.jnlp,*.jrxml,*.rng,*.tld,*.wsdl,*.xml,*.xsd,*.xsl,*.xslt,*.xul}]
indent_size = 3
indent_style = tab
max_line_length = 1000
tab_width = 3
[{*.ats,*.cts,*.mts,*.ts}]
indent_size = 3
indent_style = tab
tab_width = 3
[{*.cjs,*.js}]
indent_size = 3
indent_style = tab
tab_width = 3
[{*.htm,*.html,*.sht,*.shtm,*.shtml}]
indent_size = 3
indent_style = tab
max_line_length = 1000
tab_width = 3