mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
add simple .editorconfig
This commit is contained in:
parent
9d1d83a012
commit
72186b5804
1 changed files with 12 additions and 0 deletions
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 a new issue