blob: 03b2556eb94c716aa5345ddc3c4d89432dd540ea [file] [log] [blame]
Matteo Scandolo46b56102015-12-16 14:23:08 -08001# editorconfig.org
2
3root = true
4
5[*]
6indent_style = space
7indent_size = 4
8end_of_line = lf
9charset = utf-8
10trim_trailing_whitespace = true
11insert_final_newline = true
12max_line_length = 120