Skip to content

Commit

Permalink
Add EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyrkan committed Jul 20, 2017
1 parent 9c5557d commit a26fa15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
@@ -0,0 +1,12 @@
; top-most EditorConfig file
root = true

; Unix-style newlines
[*]
end_of_line = LF

[*.js]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit a26fa15

Please sign in to comment.