-
-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy path.editorconfig
More file actions
38 lines (29 loc) 路 648 Bytes
/
Copy path.editorconfig
File metadata and controls
38 lines (29 loc) 路 648 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
# https://EditorConfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
eclint_block_comment_start = /*
eclint_block_comment = *
eclint_block_comment_end = */
[*.md]
trim_trailing_whitespace = false
max_line_length = 300
[*.xml]
max_line_length = 300
[*.patch]
indent_size = unset
trim_trailing_whitespace = false
[.gitconfig]
indent_style = tab
[.gitmodules]
indent_style = tab
[mail/extract-attachments/save_all_attachments.py]
indent_style = tab
[webserver/wp-install/wordpress-autoloader.php]
indent_style = tab