FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-java-debug/.editorconfig at develop · maxandersen/vscode-java-debug · GitHub
maxandersen
/
vscode-java-debug
Public
forked from
microsoft/vscode-java-debug
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-java-debug
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (14 loc) · 417 Bytes
Breadcrumbs
vscode-java-debug
/
.editorconfig
Copy path
File metadata and controls
18 lines (14 loc) · 417 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
#
EditorConfig is awesome: http://EditorConfig.org
#
top-most EditorConfig file
root
=
true
#
Tab indentation
[
*
]
indent_style
=
space
indent_size
=
4
#
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_size
=
2
[
vendor/
**
.js
]
indent_style
=
space
indent_size
=
2
Back
|
FazBrowse Home
|
New Git URL