FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-react-v8/.editorconfig at master · nitely/python-react-v8 · GitHub
This repository was archived by the owner on Nov 24, 2024. It is now read-only.
nitely
/
python-react-v8
Public archive
Notifications
You must be signed in to change notification settings
Fork
5
Star
79
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
python-react-v8
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
27 lines (22 loc) · 609 Bytes
Breadcrumbs
python-react-v8
/
.editorconfig
Copy path
File metadata and controls
27 lines (22 loc) · 609 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
#
This file is for unifying the coding style for different editors and IDEs.
#
More information at http://EditorConfig.org
#
top-most EditorConfig file
root
=
true
#
Unix-style newlines with a newline ending every file
[
*
]
charset
=
utf-8
end_of_line
=
lf
insert_final_newline
=
true
trim_trailing_whitespace
=
true
#
4 space indentation
[
*
.py
]
indent_style
=
space
indent_size
=
4
#
Matches the exact files either package.json or .travis.yml
[
{package.json,.travis.yml}
]
indent_style
=
space
indent_size
=
2
#
Override for Makefile
[
{Makefile, makefile, GNUmakefile}
]
indent_style
=
tab
indent_size
=
4
Back
|
FazBrowse Home
|
New Git URL