pyenv/.editorconfig

12 lines
229 B
INI
Raw Normal View History

2022-11-12 21:35:45 -05:00
# Editor configuration, see https://editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
# Makefiles always use tabs for indentation
[Makefile]
indent_style = tab
indent_size = unset # Allow user-defined tab width