forked from jedie/django-reversion-compare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
43 lines (34 loc) · 945 Bytes
/
.editorconfig
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# see http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{bat,cmd,ps1}]
end_of_line = crlf
[{Makefile,**.mk}]
indent_style = tab
[*.{html,html,scss,js}]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = false
[*.py]
# Configuring isort
# https://github.com/timothycrosley/isort/wiki/isort-Settings
atomic = true
line_length = 120
# 5 - Hanging Grid Grouped
multi_line_output = 5
known_external=pytest
known_django=django
known_cms=cms
import_heading_djangotools=https://github.com/jedie/django-tools
known_djangotools=django_tools
import_heading_djangocmstools=https://github.com/jedie/django-cms-tools
known_djangocmstools=django_cms_tools
default_section=THIRDPARTY
sections=FUTURE,STDLIB,EXTERNAL,DJANGO,CMS,THIRDPARTY,DJANGOTOOLS,DJANGOCMSTOOLS,FIRSTPARTY,LOCALFOLDER