webappify/.editorconfig
Raoul Snyman 1471b73403
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Update WebAppify to the latest tech
- Migrate to Hatch
- Migrate to Woodpecker CI
- Migrate to only Python 3
- Add .editorconfig
- Expand .gitignore
2022-06-10 12:30:10 -07:00

9 lines
84 B
INI

root = true
[*]
max_line_length = 120
[*.py]
indent_style = space
indent_size = 4