mirror of
https://github.com/dwhinham/mt32-pi.git
synced 2026-07-09 02:07:45 +00:00
25 lines
345 B
INI
25 lines
345 B
INI
# http://editorconfig.org
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
tab_width = 8
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
tab_width = 4
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
tab_width = 2
|
|
|
|
[external/**]
|
|
trim_trailing_whitespace = false
|