2
0
Fork 0
textout/.editorconfig

10 lines
195 B
INI
Raw Permalink Normal View History

2018-01-16 13:34:11 +01:00
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