Files
bonobo/.editorconfig
2018-08-11 06:34:37 +02:00

18 lines
211 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.py]
indent = ' '
indent_size = 4
indent_style = space
line_length = 120
multi_line_output = 5
[Makefile]
indent_style = tab