17 lines
220 B
INI
17 lines
220 B
INI
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.{md,py}]
|
|
charset = utf-8
|
|
|
|
[*.py]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[Makefile]
|
|
indent_style = tab
|