Skip to content

Commit

Permalink
chore: update .editorconfig to handle more file extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Oct 8, 2022
1 parent be44f45 commit 3ea66f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ insert_final_newline = true
indent_style = space
indent_size = 4

[*.json]
end_of_line = lf
insert_final_newline = true
indent_style = space
[Makefile]
indent_style = tab

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

0 comments on commit 3ea66f5

Please sign in to comment.