mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-04 16:39:39 +00:00
30 lines
428 B
INI
30 lines
428 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
indent_size = 2
|
|
max_line_length = 80
|
|
|
|
# PEP 8
|
|
[*.py]
|
|
indent_size = 4
|
|
max_line_length = 79
|
|
|
|
# rustfmt defaults
|
|
[*.rs]
|
|
indent_size = 4
|
|
max_line_length = 100
|
|
|
|
# From gst-examples
|
|
[*.js]
|
|
indent_size = 4
|
|
max_line_length = 80
|
|
|
|
[{Makefile,Makefile.am}]
|
|
indent_style = tab
|
|
indent_size = tab
|
|
tab_width = 8
|