Fix benchmarks for latest glium/glutin API
[mandelwow.git] / .editorconfig
1 # http://EditorConfig.org
2
3 # Top-most EditorConfig file
4 root = true
5
6 # Unix-style newlines with a newline ending every file, utf-8 charset
7 [*]
8 end_of_line = lf
9 insert_final_newline = true
10 trim_trailing_whitespace = true
11 charset = utf-8
12
13 # Match config files, set indent to spaces with width of 4
14 [*.{c,cc,cpp,h,rs}]
15 indent_style = space
16 indent_size = 4