Skip to content

Commit

Permalink
chore(editorconfig): 🧹 update .editorconfig settings
Browse files Browse the repository at this point in the history
- Change the value of `indent_size` to 2
- Change the value of `indent_style` to tab
- Change the value of `end_of_line` to lf
  • Loading branch information
navin-moorthy committed Jul 12, 2023
1 parent 69ac9a5 commit c16cb06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ insert_final_newline = true
trim_trailing_whitespace = true

# Configurable Prettier behaviors
end_of_line = lf
indent_style = tab
indent_size = 2
max_line_length = 80
indent_size = 2
indent_style = tab
end_of_line = lf

0 comments on commit c16cb06

Please sign in to comment.