2
0
Fork 0
textout/.editorconfig

10 lines
195 B
INI

root = true
# Unix-style newlines with a newline ending every file.
# 4-columns tabulations (sorry PEP8!).
[*|.*]
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4