]> Git Repo - buildroot-mgba.git/blob - .editorconfig
package/paxtest: update the patches to be applied with fuzz 0
[buildroot-mgba.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5 end_of_line = lf
6 indent_style = space
7 indent_size = 4
8 tab_width = 8
9 trim_trailing_whitespace = true
10 insert_final_newline = true
11
12 [DEVELOPERS]
13 indent_style = tab
14 indent_size = tab
15
16 [Config*.in*]
17 indent_style = tab
18 indent_size = tab
19
20 [linux/Config.ext.in]
21 indent_style = tab
22 indent_size = tab
23
24 [Makefile*]
25 indent_style = tab
26 indent_size = tab
27
28 [*.mk]
29 indent_style = tab
30 indent_size = tab
31
32 [*.patch]
33 trim_trailing_whitespace = false
34
35 [S{0..9}{0..9}*]
36 indent_style = tab
37 indent_size = tab
38
39 [*.adoc]
40 trim_trailing_whitespace = false
This page took 0.025906 seconds and 4 git commands to generate.