OctoprintKlipperPlugin/.editorconfig

27 lines
387 B
INI
Raw Permalink Normal View History

2018-01-23 17:01:58 +03:00
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
2021-03-16 21:06:16 +03:00
indent_style = space
2021-09-05 16:28:57 +03:00
max_line_length = 180
indent_size = 2
2018-01-23 17:01:58 +03:00
[**.py]
indent_size = 4
2018-01-23 17:01:58 +03:00
2021-03-16 21:06:16 +03:00
[**.yaml]
indent_size = 2
[/static/less/**.less]
indent_size = 2
[**.jinja2]
indent_size = 2