mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
13 lines
185 B
INI
13 lines
185 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
indent_style = tab
|
|
insert_final_newline = true
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
tab_width = 8
|