-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.editorconfig
81 lines (70 loc) · 1.73 KB
/
.editorconfig
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# EditorConfig: https://editorconfig.org/
# SPDX-License-Identifier: MIT-0
# SPDX-FileCopyrightText: 2023-2025 The DPS8M Development Team
# scspell-id: 268d2436-f2ea-11ed-9806-80ee73e9b8e7
root = true
[*.{c,h,sh}]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 132
trim_trailing_whitespace = true
[src/dps8/dps8.h]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 200
trim_trailing_whitespace = true
[*.sh]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 256
trim_trailing_whitespace = true
[docs/shell/refgen.sh]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 1440
trim_trailing_whitespace = true
[{GNUmakefile,Makefile,ci.makefile,Makefile.dev,Makefile.doc,Makefile.env,Makefile.loc,Makefile.mk,Makefile.pre,Makefile.scc,Makefile.var}]
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = 132
trim_trailing_whitespace = true
[*.{txt,ini,md,.editorconfig}]
charset = utf-8
end_of_line = lf
indent_style = space
trim_trailing_whitespace = true
[{COMMIT_EDITMSG,MERGE_MSG}]
charset = utf-8
end_of_line = lf
indent_style = space
max_line_length = 132
trim_trailing_whitespace = true
[src/ci-kit/tidy.sh]
charset = utf-8
end_of_line = unset
indent_style = space
insert_final_newline = true
max_line_length = 256
trim_trailing_whitespace = true
[*.yml]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[src/libbacktrace/*.{c,h}]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
max_line_length = 512
trim_trailing_whitespace = false