-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.editorconfig
More file actions
55 lines (39 loc) · 936 Bytes
/
.editorconfig
File metadata and controls
55 lines (39 loc) · 936 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
52
53
54
55
# SPDX-FileCopyrightText: NONE
# SPDX-License-Identifier: CC0-1.0
root = true
[{cache,output,gradlew,gradlew.bat}]
ignore = true
[{.git,.gradle,.local,.ash_history,.bash_history}]
ignore = true
[{.git-hooks/post-checkout,.git-hooks/post-commit,.git-hooks/post-merge,.git-hooks/pre-push}]
ignore = true
[*.{jar,apk,bin,exe}]
ignore = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80
quote_type = single
curly_bracket_next_line = true
shell_variant = posix
switch_case_indent = true
space_redirects = true
function_next_line = true
[Makefile]
indent_style = tab
[*.bat]
end_of_line = crlf
[*.{xml,json,gradle}]
indent_size = 4
[*.{yml,yaml,rst,md,json}]
quote_type = double
[zip-content/customize.sh]
keep_padding = true
[.git-hooks/*]
shell_variant = bash
[recovery-simulator/recovery.sh]
shell_variant = bash