Skip to content

Commit

Permalink
fix: add json config on .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Oct 10, 2021
1 parent 661838c commit 745107c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ max_line_length = 79
indent_size = 2
max_line_length = off

[package.json]
[*.sh]
indent_style = space
indent_size = 2

[.bashrc]
indent_style = space
indent_size = 2

[*.json]
indent_style = space
indent_size = 2

0 comments on commit 745107c

Please sign in to comment.