Skip to content

Commit

Permalink
add editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
j-chimienti committed Aug 1, 2018
1 parent e89e713 commit aeba2ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
@@ -0,0 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

# Matches multiple files with brace expansion notation
# Set default charset
[*.{js}]
charset = utf-8

0 comments on commit aeba2ba

Please sign in to comment.