mirror of
https://github.com/JakeHillion/object-introspection.git
synced 2024-11-09 21:24:14 +00:00
15 lines
223 B
INI
15 lines
223 B
INI
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.py]
|
|
indent_size = 4
|
|
indent_style = space
|
|
|
|
[{makefile, Makefile}*]
|
|
indent_style = tab
|