FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox/.editorconfig at v5.6.0 · secureCodeBox/secureCodeBox · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
secureCodeBox
/
secureCodeBox
Public
Notifications
You must be signed in to change notification settings
Fork
183
Star
985
Code
Issues
62
Pull requests
3
Discussions
Actions
Projects
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (22 loc) · 515 Bytes
Breadcrumbs
secureCodeBox
/
.editorconfig
Copy path
File metadata and controls
28 lines (22 loc) · 515 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
#
SPDX-FileCopyrightText: the secureCodeBox authors
#
#
SPDX-License-Identifier: Apache-2.0
#
EditorConfig is awesome: https://EditorConfig.org
#
top-most EditorConfig file
root
=
true
#
Unix-style newlines with a newline ending every file
[
*
]
end_of_line
=
lf
insert_final_newline
=
true
charset
=
utf-8
indent_style
=
space
indent_size
=
2
[
*
.go
]
indent_style
=
tab
#
4 space indentation
[
*
.py
]
indent_style
=
space
indent_size
=
4
#
Tab indentation (no size specified)
[
{Makefile,
*
.mk}
]
indent_style
=
tab
Back
|
FazBrowse Home
|
New Git URL