mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
add simple .editorconfig
This commit is contained in:
parent
9d1d83a012
commit
72186b5804
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_size = 4
|
||||
indent_style = tab
|
||||
insert_final_newline = true
|
||||
tab_width = 4
|
||||
|
||||
[*.py]
|
||||
indent_style = space
|
||||
tab_width = 8
|
Loading…
Reference in New Issue
Block a user