x11: Call XInitThreads() am: 5d11c9d2c0 am: 0fe4efcfa8 am: 8c04df2e48 am: c6bf22467b
[platform/upstream/VK-GL-CTS.git] / .editorconfig
1 root = true
2
3 [*.{c,h,cpp,hpp,txt,md,inl,py,mk,java,sh,xml}]
4 end_of_line = lf
5 insert_final_newline = true
6 charset = utf-8
7 indent_style = tab
8 indent_size = 4
9 trim_trailing_whitespace = true