chore: remove inner editorconfig (#2736)

This commit is contained in:
Filipe Silva 2016-11-02 13:49:51 +00:00 committed by Jesús Rodríguez
parent c6cec50a0a
commit f837330eaf
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
# http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
# Indentation override
#[lib/**.js]
#[{package.json,.travis.yml}]
#[**/**.js]