]> Git Repo - buildroot-mgba.git/blob - .editorconfig
package/swugenerator: bump to version 0.3
[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 [S{0..9}{0..9}*]
33 indent_style = tab
34 indent_size = tab
35
36 [*.adoc]
37 trim_trailing_whitespace = false
This page took 0.026829 seconds and 4 git commands to generate.