FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-python/.editorconfig at replTelemetry · anthonykim1/vscode-python · GitHub
anthonykim1
/
vscode-python
Public
forked from
microsoft/vscode-python
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-python
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
17 lines (14 loc) · 429 Bytes
Breadcrumbs
vscode-python
/
.editorconfig
Copy path
File metadata and controls
17 lines (14 loc) · 429 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
#
EditorConfig is awesome: http://EditorConfig.org
#
top-most EditorConfig file
root
=
true
#
Tab indentation
[
*
]
indent_style
=
space
indent_size
=
4
trim_trailing_whitespace
=
true
insert_final_newline
=
true
#
The indent size used in the `package.json` file cannot be changed
#
https://github.com/npm/npm/pull/3180#issuecomment-16336516
[
{.travis.yml,npm-shrinkwrap.json,package.json}
]
indent_style
=
space
indent_size
=
4
Back
|
FazBrowse Home
|
New Git URL