mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 04:45:33 +00:00
04b220731e
if we're going to have an editorconfig, might as well make it accurately reflect the coding guide. also set trim trailing whitespace to true.
16 lines
279 B
INI
16 lines
279 B
INI
# To use this config on you editor, follow the instructions at:
|
|
# http://editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 80
|
|
trim_trailing_whitespace = true
|
|
|
|
[.git/COMMIT*]
|
|
max_line_length = 72
|