Skip to content

Editorconfig

Vinicius Reif Biavatti edited this page Jul 25, 2022 · 1 revision
  • If you use editorconfig extension in your IDE, you can use the preset below for formatting
root = true

[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
charset = utf-8

[*.py]
max_line_length = 79

[*.md]
trim_trailing_whitespace = false
Clone this wiki locally