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 (#1292)

* see http://editorconfig.org/
* This file only includes very basic settings. It may be expanded in the future
  • Loading branch information
nknapp committed Mar 9, 2017
1 parent 1f00739 commit f1e3dec
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 f1e3dec

Please sign in to comment.