FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
.editorconfig 192 B
Newer Older
Dr Rich Wareham's avatar
Dr Rich Wareham committed
# Editorconfig file for cross-platform configuration of editors.
root=true

[*.py]
max_line_length=99

[*.{yml,yaml}]
indent_style=space
indent_size=2

[*.md]
indent_style=space
indent_size=2