1 # EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
10 # We recommend you to keep these unchanged
12 trim_trailing_whitespace = true
13 insert_final_newline = true
16 trim_trailing_whitespace = false
23 # Make these match what we have in .gitattributes
35 # The gitattributes file will handle the line endings conversion properly according to the operating system settings for other files
38 # We don't have gitattributes properly for these
39 # So if the user have for example core.autocrlf set to true
40 # the line endings would be wrong.