Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
cbs
/
dconf
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
master
config
dconf
docs
locale
requirements
utility
.coveragerc
.editorconfig
.gitattributes
.gitignore
.pylintrc
CONTRIBUTORS.txt
LICENSE
README.rst
manage.py
other_software.csv
pytest.ini
setup.cfg
Breadcrumbs
dconf
/
.editorconfig
Blame
Blame
Latest commit
History
History
33 lines (25 loc) · 477 Bytes
Breadcrumbs
dconf
/
.editorconfig
Top
File metadata and controls
Code
Blame
33 lines (25 loc) · 477 Bytes
Raw
# http://editorconfig.org root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true [*.{py,rst,ini}] indent_style = space indent_size = 4 [*.py] line_length=120 known_first_party=dconf multi_line_output=3 default_section=THIRDPARTY [*.{html,css,scss,json,yml}] indent_style = space indent_size = 2 [*.md] trim_trailing_whitespace = false [Makefile] indent_style = tab [nginx.conf] indent_style = space indent_size = 2
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
You can’t perform that action at this time.