Revision 7da459d60dde5cbb35203c25a160bc7b0bb69852 authored by Rohit Singh on 02 May 2022, 11:13:10 UTC, committed by Rohit Singh on 02 May 2022, 11:13:10 UTC
2 parent s fe3339b + 05b52ba
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