ginzip/.editorconfig
Theta-Dev ed0a05df42
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2021-12-17 14:05:22 +01:00

16 lines
251 B
INI

[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 88
[*.py]
indent_style = space
[*.{json,md,rst,ini,yml,yaml}]
indent_style = space
indent_size = 2