Skip to content

Commit

Permalink
Add missing .editorconfig settings for Javascript
Browse files Browse the repository at this point in the history
Makes indentation consistent across all IDEs when working with Javascript files.
  • Loading branch information
max-lancaster authored and jasontaylordev committed Feb 15, 2024
1 parent 18b1123 commit 2192aab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ indent_style = space
[*.{xml,csproj,props,targets,ruleset,nuspec,resx}]
indent_size = 2

# Javascript files
[*.js]
indent_size = 2

# Json files
[*.{json,config,nswag}]
indent_size = 2
Expand Down

0 comments on commit 2192aab

Please sign in to comment.