1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pyinventory_ynh.git synced 2024-09-03 20:16:09 +02:00
pyinventory_ynh/.editorconfig

21 lines
301 B
INI
Raw Permalink Normal View History

2023-02-18 10:03:15 +01:00
# see https://editorconfig.org
2020-12-19 19:56:27 +01:00
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
max_line_length = 119
2020-12-19 19:56:27 +01:00
[{Makefile,**.mk}]
indent_style = tab
insert_final_newline = false
[*.yml]
indent_size = 2