File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ max_line_length = 119
15
15
16
16
[* .html ]
17
17
indent_style = tab
18
+ indent_size = 2
18
19
19
20
[* .md ]
20
21
max_line_length = 119
22
+ indent_size = 4
23
+ indent_style = space
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ I wanted to keep:
27
27
([ DeclarativeFieldsMetaclass] ( https://github.com/django/django/blob/master/django/forms/forms.py#L22 ) is beautiful)
28
28
- [ Validators] ( https://docs.djangoproject.com/en/3.1/ref/validators/ )
29
29
- [ ValidationError] ( https://docs.djangoproject.com/en/3.1/ref/exceptions/#validationerror )
30
- - [ Form fields] ( https://docs.djangoproject.com/en/3.1/ref/forms/fields/ ) (In the and , I had to "replace" some of them)
30
+ - [ Form fields] ( https://docs.djangoproject.com/en/3.1/ref/forms/fields/ ) (In the end , I had to "replace" some of them)
31
31
32
32
So I decided to create simple Python package to cover all my expectations.
33
33
You canβt perform that action at this time.
0 commit comments