Refactor .editorconfig.

This commit is contained in:
Markus Reiter 2016-08-22 02:59:50 +02:00
parent 66b7cd350e
commit 84820f2c5a
2 changed files with 6 additions and 15 deletions

View File

@ -1,17 +1,17 @@
# http://editorconfig.org
[Homebrew/**.rb]
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
[{Homebrew/**.rb,.simplecov}]
trim_trailing_whitespace = true
[Taps/homebrew/**.rb]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
# trailing whitespace is crucial for patches
trim_trailing_whitespace = false

View File

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