Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
This file specifies the coding styles for different file types and ensures consistent formatting across your project.
  • Loading branch information
yuvashrikarunakaran authored Dec 10, 2024
1 parent 35ced08 commit d04522a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ charset = utf-8
indent_style = space
indent_size = 4

# Matches the exact files either package.json or .travis.yml
# Matches the exact files either package.json or .circleci/config.yml
[{package.json,.circleci/config.yml}]
indent_style = space
indent_size = 2

0 comments on commit d04522a

Please sign in to comment.