projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tests: gstelement: Fix test_add_pad_while_paused flakiness
[platform/upstream/gstreamer.git]
/
.editorconfig
1
root = true
2
3
[*]
4
charset = utf-8
5
end_of_line = lf
6
indent_style = space
7
trim_trailing_whitespace = true
8
insert_final_newline = true
9
indent_size = 2
10
max_line_length = 80
11
12
# PEP 8
13
[*.py]
14
indent_size = 4
15
max_line_length = 79
16
17
# rustfmt defaults
18
[*.rs]
19
indent_size = 4
20
max_line_length = 100
21
22
# From gst-examples
23
[*.js]
24
indent_size = 4
25
max_line_length = 80
26
27
[{Makefile,Makefile.am}]
28
indent_style = tab
29
indent_size = tab
30
tab_width = 8