docker-images/.editorconfig
Jake Walker f5fcb2a71a
Some checks failed
ci/woodpecker/push/build Pipeline failed
ci/woodpecker/push/pre-commit Pipeline was successful
add woodpecker pipeline
2025-01-06 19:56:12 +00:00

15 lines
253 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
indent_size = 4