blob: f6e168fe1fde98d24db3b96e933866ec6f831e30 [file] [log] [blame]
Pyry Haulos35cc55b2016-08-09 13:19:35 -07001root = true
2
3[*.{c,h,cpp,hpp,txt,md,inl,py,mk,java,sh,xml}]
4end_of_line = lf
5insert_final_newline = true
6charset = utf-8
7indent_style = tab
8indent_size = 4
9trim_trailing_whitespace = true