-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed line endings / added .editorconfig file
- Loading branch information
1 parent
6a58c2c
commit 5fc4eb9
Showing
4 changed files
with
539 additions
and
512 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# EditorConfig is awesome: http://EditorConfig.org | ||
# Download a plugin for your favorite editor from http://editorconfig.org/#download | ||
|
||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
|
||
[*.{html}] | ||
insert_final_newline = true | ||
indent_style = tab | ||
|
||
[*.js] | ||
insert_final_newline = true | ||
indent_style = tab | ||
|
||
[*.json] | ||
insert_final_newline = false | ||
indent_style = tab | ||
|
||
[package.json] | ||
indent_style = space | ||
indent_size = 2 |
Oops, something went wrong.