-
Notifications
You must be signed in to change notification settings - Fork 0
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
- Home
- Structural Naming Conventions
- Format Conventions
- Code Naming Conventions
- Inheritance
- Access Modifiers
- Importation
- Functions and Methods
- Documentation
- Resources