Skip to content

Commit

Permalink
.editorconfig: Define .md and complete Justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
funkyfuture committed Mar 24, 2024
1 parent 6ca2220 commit d78427a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
indent_style = space
indent_size = 2
max_line_length = 88

[*.py]
indent_style = space
indent_size = 4
Expand All @@ -18,3 +23,4 @@ indent_size = 2

[Justfile]
indent_style = space
indent_size = 4

0 comments on commit d78427a

Please sign in to comment.