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
19 # Make these match what we have in .gitattributes
29 # The gitattributes file will handle the line endings conversion properly according to the operating system settings for other files
32 # We don't have gitattributes properly for these
33 # So if the user have for example core.autocrlf set to true
34 # the line endings would be wrong.