Skip to content

Commit

Permalink
Added ".editorconfig"-file that specifies the indent for javascript-f…
Browse files Browse the repository at this point in the history
…iles (handlebars-lang#1292)

* see http://editorconfig.org/
* This file only includes very basic settings. It may be expanded in the future
  • Loading branch information
nknapp authored Jan 6, 2017
1 parent d117b3e commit 9119265
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*.js]
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

0 comments on commit 9119265

Please # to comment.