Browse Source

Merge pull request #346 from ateshuseyin/editorconfig

Tweak
pull/350/merge
Artur Arseniev 8 years ago
committed by GitHub
parent
commit
ae97446d99
  1. 10
      .editorconfig
  2. 3
      .gitignore

10
.editorconfig

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.js]
charset = utf-8
indent_style = space
indent_size = 2

3
.gitignore

@ -2,7 +2,8 @@
.settings/
.sass-cache/
.project
npm-debug.log
.idea
npm-debug.log*
style/.sass-cache/
img/

Loading…
Cancel
Save