Skip to content

Commit

Permalink
✨ add editorconfig (ApoorvSaxena#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos authored and ApoorvSaxena committed Oct 14, 2017
1 parent 57285d2 commit 2ede775
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 412 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
@@ -0,0 +1,18 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{html}]
indent_style = space
indent_size = 4

[*.{js, json, yml, css, md}]
indent_style = space
indent_size = 2
2 changes: 1 addition & 1 deletion demo/assets/css/ie8.css
Expand Up @@ -44,4 +44,4 @@
text-align: center;
width: 100%;
left: 0;
}
}
2 changes: 1 addition & 1 deletion demo/assets/css/ie9.css
Expand Up @@ -38,4 +38,4 @@

#main .thumb {
float: left;
}
}
2 changes: 1 addition & 1 deletion demo/assets/css/main.css
Expand Up @@ -1047,4 +1047,4 @@ svg:hover {
margin: 100px 10px;
height: 100%;
width: 100%;
}
}

0 comments on commit 2ede775

Please sign in to comment.