mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
add .editorconfig file
This commit is contained in:
committed by
Vítor Galvão
parent
1d0936a1c5
commit
18259219d7
@@ -0,0 +1,9 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
end_of_line = lf
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
@@ -36,6 +36,7 @@ describe "Repo layout" do
|
||||
}
|
||||
|
||||
TOPLEVEL_FILES = %w{
|
||||
.editorconfig
|
||||
.gitignore
|
||||
.rspec
|
||||
.rubocop.yml
|
||||
|
||||
Reference in New Issue
Block a user