Revision a62f350efe0caf27a0cac2d6b2941645bed492a8 authored by Guillaume Giudicelli on 07 February 2024, 05:48:25 UTC, committed by Guillaume Giudicelli on 28 February 2024, 05:18:38 UTC
1 parent 592d874
Raw File
.editorconfig
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.py]
indent_size = 4
back to top