FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ffmpeg-php/.editorconfig at master · char0n/ffmpeg-php · GitHub
char0n
/
ffmpeg-php
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
94
Star
493
Code
Issues
2
Pull requests
0
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
ffmpeg-php
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
56 lines (42 loc) · 1.34 KB
Breadcrumbs
ffmpeg-php
/
.editorconfig
Copy path
File metadata and controls
56 lines (42 loc) · 1.34 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
#
http://editorconfig.org
#
A special property that should be specified at the top of the file outside of
#
any sections. Set to true to stop .editor config file search on current file
root
=
true
[
*
]
#
Indentation style
#
Possible values - tab, space
indent_style
=
space
#
Indentation size in single-spaced characters
#
Possible values - an integer, tab
indent_size
=
4
#
Line ending file format
#
Possible values - lf, crlf, cr
end_of_line
=
lf
#
File character encoding
#
Possible values - latin1, utf-8, utf-16be, utf-16le
charset
=
utf-8
#
Denotes whether to trim whitespace at the end of lines
#
Possible values - true, false
trim_trailing_whitespace
=
true
#
Denotes whether file should end with a newline
#
Possible values - true, false
insert_final_newline
=
true
[
*
.yml
]
#
Indentation style
#
Possible values - tab, space
indent_style
=
space
#
Indentation size in single-spaced characters
#
Possible values - an integer, tab
indent_size
=
2
#
Line ending file format
#
Possible values - lf, crlf, cr
end_of_line
=
lf
#
File character encoding
#
Possible values - latin1, utf-8, utf-16be, utf-16le
charset
=
utf-8
#
Denotes whether to trim whitespace at the end of lines
#
Possible values - true, false
trim_trailing_whitespace
=
true
#
Denotes whether file should end with a newline
#
Possible values - true, false
insert_final_newline
=
true
Back
|
FazBrowse Home
|
New Git URL