Revision 8cdd5d6a47077627868e85f6d44c9ee668ffc04a authored by Anugraha Sinha on 10 December 2021, 09:38:44 UTC, committed by GitHub on 10 December 2021, 09:38:44 UTC
1 parent 68fbcde
Raw File
.editorconfig
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org

root = true

[*]

# Change these settings to your own preference
indent_style = space
indent_size = 4

# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
back to top