mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-11-16 19:48:30 +01:00
89f8eecc11
This seems to be what the existing python file uses, and trying to write python when your editor is constantly resetting its settings according to the previous "incorrect" editorconfig was infuriating. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
18 lines
257 B
INI
18 lines
257 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_style = tab
|
|
indent_size = 8
|
|
max_line_length = 80
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.yml]
|
|
indent_style = space
|
|
indent_size = 2
|