19 lines
240 B
INI
19 lines
240 B
INI
[*]
|
|
charset=utf-8
|
|
end_of_line=lf
|
|
insert_final_newline=false
|
|
indent_style=space
|
|
indent_size=4
|
|
|
|
[*.json]
|
|
indent_style=space
|
|
indent_size=2
|
|
|
|
[*.py]
|
|
insert_final_newline=true
|
|
|
|
# Tab indentation (no size specified)
|
|
[Makefile]
|
|
indent_style = tab
|
|
|