FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Learn-JavaScript/.editorconfig at Learn-JavaScript · seanpm2001/Learn-JavaScript · GitHub
seanpm2001
/
Learn-JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Learn-JavaScript
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
104 lines (90 loc) · 2.25 KB
Breadcrumbs
Learn-JavaScript
/
.editorconfig
Copy path
File metadata and controls
104 lines (90 loc) · 2.25 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
#
Start of script
#
Editor configuration file for Seanpm2001/<projectName>
#
Generated with Git-Template (V8) at branch: /other/
root
=
true
#
All files
[
*
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
Markdown document
[
*
.md
*
.mkd
*
.mdown
*
.markdown
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
YAML (YAML Ain't Markup Language) source code
[
*
.yml
*
.yaml
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
Plain Text document
[
*
.txt
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
Makefile (GNU Make)
[
*
.mk
*
.mak
*
.make
*
.makefile
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
HTML (HyperText Markup Language) document
[
*
.htm
*
.html
*
.mhtm
*
.mhtml
*
.xhtm
*
.xhtml
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
SVG (Scalable Vector Graphics) image file
[
*
.svg
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
Git configuration files
[
*
.gitignore
*
.gitattributes
*
.editorconfig
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
Binary image files
[
*
.png
*
.pns
*
.jpg
*
.jpeg
*
.jfif
*
.jif
*
.jp2
*
.gif
*
.tif
*
.tiff
*
.bmp
*
.dib
]
indent_style
=
space
indent_size
=
2
end_of_line
=
lf
charset
=
utf-8
trim_trailing_whitespace
=
false
insert_final_newline
=
false
line_wrap_mode
=
soft
wrap
#
File info
#
File type: Editorconfig file (*.editorconfig)
#
File version: 3 (Monday, 2021 November 29th at 2:48 pm)
#
Line count (including blank lines and compiler line): 105
#
End of script
Back
|
FazBrowse Home
|
New Git URL