Revision 576460d9529265579b163f26fc92ec59b942a37c authored by Nishan Bende on 01 July 2021, 12:12:26 UTC, committed by Nishan Bende on 01 July 2021, 12:12:26 UTC
1 parent 0b4431b
Raw File
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

indent_style = space
indent_size = 2

end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
back to top