1 ; EditorConfig is awesome: http://EditorConfig.org
3 ; top-most EditorConfig file
6 ; Unix-style newlines with a newline ending every file
9 insert_final_newline = true
11 trim_trailing_whitespace = true
13 ; test files can have mized indent and there is no way to reset the value so we
14 ; only add to files/folders that need it
31 ; The test files can have mixed indent, tailing white space, etc...
33 insert_final_newline = false
34 trim_trailing_whitespace = false