Revision e9c2f6ade86d8d424674d92b7941ab8c6054f424 authored by Mayank Pagar on 27 January 2022, 08:34:54 UTC, committed by GitHub on 27 January 2022, 08:34:54 UTC
2 parent s d243832 + 453853c
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