forked from oraoto/pib
-
-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy path.editorconfig
More file actions
34 lines (28 loc) · 687 Bytes
/
Copy path.editorconfig
File metadata and controls
34 lines (28 loc) · 687 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
[*]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
[*.{yml,yaml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
[*.patch]
trim_trailing_whitespace = false
insert_final_newline = false
[*.md]
indent_size = 4
indent_style = tab
[*.m4]
indent_size = 2
indent_style = space
[*.json]
indent_size = 2
indent_style = space
[test/browser/browser.spec.mjs-snapshots/*.json]
insert_final_newline = false