mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
12 lines
229 B
INI
12 lines
229 B
INI
|
# 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
|