Skip to content

Commit

Permalink
chore(tooling): Flesh out file types for editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Sep 22, 2024
1 parent 712deaf commit 7f23fd7
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[{*.py,fontship.in}]
[*.md]
trim_trailing_whitespace = false

[{Makefile*,*.mk,*.mk.in}]
indent_style = tab
indent_size = 4

[{*.py,*.py.in}]
indent_style = space
indent_size = 4

[{*.mk,Makefile*}]
indent_style = tab
[*.rs]
indent_size = 4

0 comments on commit 7f23fd7

Please sign in to comment.