Revision 23233ccc112a0dbd2133683e9c5c664b1f99f077 authored by cyrus25 on 14 December 2021, 06:34:31 UTC, committed by cyrus25 on 14 December 2021, 06:34:31 UTC
1 parent 44b4678
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