]> Git Repo - buildroot-mgba.git/blame - .editorconfig
package/pkg-kconfig: fix *-savedefconfig under ppd
[buildroot-mgba.git] / .editorconfig
CommitLineData
be9f7227
YM
1root = true
2
3[*]
4charset = utf-8
5end_of_line = lf
6indent_style = space
7indent_size = 4
8tab_width = 8
9trim_trailing_whitespace = true
10insert_final_newline = true
11
12[DEVELOPERS]
13indent_style = tab
14indent_size = tab
15
ceb678ca 16[Config*.in*]
be9f7227
YM
17indent_style = tab
18indent_size = tab
19
ceb678ca
YM
20[linux/Config.ext.in]
21indent_style = tab
22indent_size = tab
23
24[Makefile*]
25indent_style = tab
26indent_size = tab
27
28[*.mk]
be9f7227
YM
29indent_style = tab
30indent_size = tab
31
85736a27
YM
32[*.patch]
33trim_trailing_whitespace = false
34
be9f7227
YM
35[S{0..9}{0..9}*]
36indent_style = tab
37indent_size = tab
38
39[*.adoc]
40trim_trailing_whitespace = false
This page took 0.106801 seconds and 4 git commands to generate.