Revision aa2c78b9c72e7d5869a9e6ee3dde56f1b039b376 authored by ankit-tailor on 03 November 2022, 14:26:33 UTC, committed by ankit-tailor on 03 November 2022, 14:26:33 UTC
2 parent s af4935d + 35ee103
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