Revision c7bb01e5a556f216fd98f89b52e3bacfc0b28f18 authored by Suraj Ahmed on 11 February 2022, 06:45:36 UTC, committed by Suraj Ahmed on 11 February 2022, 06:45:36 UTC
1 parent dbd804b
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