FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-lambda/.editorconfig at master · nficano/python-lambda · GitHub
This repository was archived by the owner on Mar 15, 2026. It is now read-only.
nficano
/
python-lambda
Public archive
Notifications
You must be signed in to change notification settings
Fork
227
Star
1.5k
Code
Issues
42
Pull requests
25
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
python-lambda
/
.editorconfig
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 363 Bytes
Breadcrumbs
python-lambda
/
.editorconfig
Copy path
File metadata and controls
20 lines (16 loc) · 363 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
root
=
true
#
Unix-style newlines with a newline ending every file
[
*
]
end_of_line
=
lf
insert_final_newline
=
true
#
Matches multiple files with brace expansion notation
#
Set default charset
[
*
.{js,py}
]
charset
=
utf-8
trim_trailing_whitespace
=
true
#
4 space indentation
[
*
.py
]
indent_style
=
space
indent_size
=
4
[
*
.rst
]
trim_trailing_whitespace
=
true
Back
|
FazBrowse Home
|
New Git URL