Revision 5c15aa18e62c62ca0c7daa17bc5766628865cd31 authored by Gökçen Eraslan on 24 August 2020, 18:23:32 UTC, committed by GitHub on 24 August 2020, 18:23:32 UTC
1 parent 912e7d0
Raw File
.editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 88

[*.py]
indent_size = 4
indent_style = space
back to top