Newer
Older
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs.
# top-most EditorConfig file
root = true
# Unix-style newlines, 2 spaced tabs, UTF-8 with a newline ending
# across every file
[*]
end_of_line = lf
indent_style = space
trim_trailing_whitespace=true