forked from termux/termux-packages
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.editorconfig
More file actions
51 lines (38 loc) · 704 Bytes
/
.editorconfig
File metadata and controls
51 lines (38 loc) · 704 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
41
42
43
44
45
46
47
48
49
50
51
[*]
trim_trailing_whitespace = true
[*.{patch,.diff,.patch.*}]
trim_trailing_whitespace = false
[*.sh]
indent_style = tab
[*.py]
indent_style = space
indent_size = 4
[*.js]
indent_style = space
indent_size = 2
[repo.json]
indent_style = space
indent_size = 2
[Dockerfile]
indent_style = tab
[scripts/profile.json]
indent_style = space
indent_size = 4
[*.md]
trim_trailing_whitespace = false
indent_style = space
indent_size = 4
[*.{yml,yaml}]
indent_style = space
indent_size = 2
[ndk-patches/*.h]
indent_style = tab
[scripts/properties.sh]
indent_style = space
indent_size = 4
[scripts/utils/**.sh]
indent_style = space
indent_size = 4
[*.alternatives]
indent_style = space
indent_size = 2