Revision 3175dcddc3669c86199617f65e74e4c603a0b2a3 authored by Mayank Sunil Pagar on 12 May 2022, 13:30:09 UTC, committed by Mayank Sunil Pagar on 12 May 2022, 13:30:09 UTC
1 parent 7ae9ad5
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