Skip to content

Commit

Permalink
.editorconfig - Add javascript formatting section
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Jul 17, 2019
1 parent 6c002f8 commit 2a8d8ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ charset = utf-8-bom
[*.{props,targets,config,nuspec,manifest}]
indent_size = 2

# Javascript Files
[*.js]
curly_bracket_next_line = true
indent_brace_style = Allman

# C++ Files
[*.{cpp,h,in}]
curly_bracket_next_line = true
Expand Down

0 comments on commit 2a8d8ec

Please sign in to comment.