This website requires JavaScript.
Explore
Help
Register
Sign In
MDS
/
openide
Watch
1
Star
0
Fork
0
You've already forked openide
mirror of
https://gitflic.ru/project/openide/openide.git
synced
2026-03-22 15:19:59 +07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
58a396e3c57788bdd45ea2ec8966e15c45340bfe
openide
/
python
/
testData
/
formatter
/
spaceAfterTrailingCommaInDictLiterals.py
Mikhail Golubev
2d8fe72a93
PY-20392 Put space after trailing comma in dict literals if SPACE_AFTER_COMMA is enabled
2016-08-25 15:07:13 +03:00
1 line
33 B
Python
Raw
Blame
History
dict
=
{
1
:
'
a
'
,
2
:
'
b
'
,
3
:
'
c
'
,
}
Reference in New Issue
View Git Blame
Copy Permalink