]> Git Repo - buildroot-mgba.git/blame - .editorconfig
package/criu: bump to version 3.19
[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
16[{Config*.in*,linux/Config.ext.in}]
17indent_style = tab
18indent_size = tab
19
20[{Makefile*,*.mk}]
21indent_style = tab
22indent_size = tab
23
24[S{0..9}{0..9}*]
25indent_style = tab
26indent_size = tab
27
28[*.adoc]
29trim_trailing_whitespace = false
This page took 0.033539 seconds and 4 git commands to generate.