Add _MAX_VALUE to disabled baseline types enum
[platform/upstream/libHarfBuzzSharp.git] / .editorconfig
1 root = true
2
3 [*]
4 charset = utf-8
5 trim_trailing_whitespace = true
6 end_of_line = lf
7 insert_final_newline = true
8
9 [*.{c,cc,h,hh}]
10 tab_width = 8
11 indent_size = 2
12 indent_style = tab # should be space
13
14 [*.{py,sh}]
15 indent_style = tab
16
17 [{Makefile.am,Makefile.sources,configure.ac}]
18 tab_width = 8
19
20 [{CMakeLists.txt,*.cmake}]
21 indent_size = 2