Skip to content

Commit

Permalink
Merge pull request #703 from insanum/editorconfig
Browse files Browse the repository at this point in the history
tooling: editorconfig settings for .py/.md and ChangeLog files
  • Loading branch information
dbarnett authored Aug 24, 2024
2 parents 6d0c136 + edb0d7f commit ed0a9d1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
root = true

[*.{yml,yaml}]
[*.{md,py,yml,yaml}]
indent_style = space

[*.py]
indent_size = 4
max_line_length = 80

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

[ChangeLog]
indent_style = space
indent_size = 2
max_line_length = 80

0 comments on commit ed0a9d1

Please sign in to comment.