mirror of
https://github.com/django/django.git
synced 2024-11-21 19:09:18 +01:00
parent
95289e1029
commit
d00e034a28
@ -4,6 +4,7 @@
|
||||
"comma-spacing": ["error", {"before": false, "after": true}],
|
||||
"curly": ["error", "all"],
|
||||
"dot-notation": ["error", {"allowKeywords": true}],
|
||||
"eqeqeq": ["error"],
|
||||
"indent": ["error", 4],
|
||||
"key-spacing": ["error", {"beforeColon": false, "afterColon": true}],
|
||||
"linebreak-style": ["error", "unix"],
|
||||
|
Loading…
Reference in New Issue
Block a user