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
|