xref: /aosp_15_r20/external/harfbuzz_ng/.editorconfig (revision 2d1272b857b1f7575e6e246373e1cb218663db8a)
1root = true
2
3[*]
4charset = utf-8
5trim_trailing_whitespace = true
6end_of_line = lf
7insert_final_newline = true
8
9[*.{c,cc,h,hh,rl}]
10tab_width = 8
11indent_size = 2
12indent_style = tab
13
14[*.{py,sh}]
15indent_style = tab
16
17[{meson.build,meson_options.txt}]
18tab_width = 8
19indent_style = space
20indent_size = 2
21