FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
opensourcecities.github.io/.editorconfig at source · opensourcecities/opensourcecities.github.io · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
opensourcecities
/
opensourcecities.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
Code
Issues
3
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
opensourcecities.github.io
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (23 loc) · 458 Bytes
Breadcrumbs
opensourcecities.github.io
/
.editorconfig
Copy path
File metadata and controls
29 lines (23 loc) · 458 Bytes
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
#
http://editorconfig.org
#
this file is the top-most editorconfig file
root
=
true
#
all files
[
*
]
charset
=
utf-8
end_of_line
=
lf
indent_style
=
space
indent_size
=
4
insert_final_newline
=
true
trim_trailing_whitespace
=
true
#
markdown files
[
*
.md
]
insert_final_newline
=
false
trim_trailing_whitespace
=
false
#
configuration files
[
*
.{toml,yml,json}
]
indent_size
=
2
#
web files
[
*
.{html,css,less}
]
indent_size
=
4
[
Makefile
]
indent_style
=
tab
Back
|
FazBrowse Home
|
New Git URL