๐Ÿ“ฆ apache / nuttx

๐Ÿ“„ .editorconfig ยท 27 lines
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# EditorConfig: https://EditorConfig.org
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{c,h}]
indent_style = space
indent_size = 2
max_line_length = 78
curly_bracket_next_line = true
indent_brace_style = GNU

[Makefile]
indent_style = tab
[Make.defs]
indent_style = tab
[Kconfig]
indent_style = tab

[*.sh]
indent_style = tab
max_line_length = 80