xref: /aosp_15_r20/external/libepoxy/.editorconfig (revision 706d0b42ae4182339789e08d473a0b312ecdc60f)
1root = true
2
3[*]
4charset = utf-8
5
6[*.{c,h}]
7indent_style = space
8indent_size = 4
9end_of_line = lf
10trim_trailing_whitespace = true
11insert_final_newline = true
12
13[.travis.yml]
14indent_style = space
15indent_size = 2
16
17[*.md]
18trim_trailing_whitespace = false
19
20[meson.build]
21indent_style = space
22indent_size = 8
23