mirror of
https://github.com/YunoHost-Apps/django-fritzconnection_ynh.git
synced 2024-09-03 18:26:24 +02:00
21 lines
315 B
INI
21 lines
315 B
INI
# 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
|
|
|
|
[*.py]
|
|
line_length = 119
|
|
|
|
[{Makefile,**.mk}]
|
|
indent_style = tab
|
|
insert_final_newline = false
|
|
|
|
[*.yml]
|
|
indent_style = tab
|
|
indent_size = 4
|