FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
forkcms/.editorconfig at master · forkcms/forkcms · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
forkcms
/
forkcms
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
317
Star
1.2k
Code
Issues
55
Pull requests
12
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
forkcms
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
30 lines (25 loc) · 553 Bytes
Breadcrumbs
forkcms
/
.editorconfig
Copy path
File metadata and controls
30 lines (25 loc) · 553 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
30
#
#
@see http://editorconfig.org/
#
root
=
true
[
*
.{js,php,py,yml}
]
charset
=
utf-8
end_of_line
=
lf
indent_size
=
4
indent_style
=
space
insert_final_newline
=
true
trim_trailing_whitespace
=
true
[
*
.js
]
indent_size
=
2
[
*
.{html,rb,tpl,twig,xml}
]
charset
=
utf-8
end_of_line
=
lf
indent_size
=
2
indent_style
=
space
insert_final_newline
=
true
trim_trailing_whitespace
=
true
#
#
Following languages aren't used at the moment in Fork CMS, but just in case.
#
(for instance: Capistrano is used in a lot of projects for deployment)
#
#
[*.{py,rb}]
Back
|
FazBrowse Home
|
New Git URL