Standardise files with files in sous-chefs/repo-management
Signed-off-by: Xorima Bot <xorimabot@avon-lea.co.uk>
This commit is contained in:
parent
da9779700f
commit
e7e073b340
@ -1,11 +1,19 @@
|
|||||||
#https://EditorConfig.org
|
# https://EditorConfig.org
|
||||||
|
|
||||||
# top-most EditorConfig file
|
# top-most EditorConfig file
|
||||||
root=true
|
root=true
|
||||||
|
|
||||||
|
# Unix-style newlines with a newline ending every file
|
||||||
[*]
|
[*]
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
# 2 space indentation
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
# Avoid issues parsing cookbook files later
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
|
|
||||||
|
# Avoid cookstyle warnings
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
19
.gitignore
vendored
19
.gitignore
vendored
@ -1,11 +1,7 @@
|
|||||||
*.rbc
|
*.rbc
|
||||||
.config
|
.config
|
||||||
coverage
|
|
||||||
InstalledFiles
|
InstalledFiles
|
||||||
lib/bundler/man
|
|
||||||
pkg
|
pkg
|
||||||
rdoc
|
|
||||||
spec/reports
|
|
||||||
test/tmp
|
test/tmp
|
||||||
test/version_tmp
|
test/version_tmp
|
||||||
tmp
|
tmp
|
||||||
@ -14,27 +10,32 @@ _Store
|
|||||||
*#
|
*#
|
||||||
.#*
|
.#*
|
||||||
\#*#
|
\#*#
|
||||||
.*.sw[a-z]
|
|
||||||
*.un~
|
*.un~
|
||||||
*.tmp
|
*.tmp
|
||||||
*.bk
|
*.bk
|
||||||
*.bkup
|
*.bkup
|
||||||
|
|
||||||
# ruby/bundler files
|
# editor files
|
||||||
|
.idea
|
||||||
|
.*.sw[a-z]
|
||||||
|
|
||||||
|
# ruby/bundler/rspec files
|
||||||
.ruby-version
|
.ruby-version
|
||||||
.ruby-gemset
|
.ruby-gemset
|
||||||
.rvmrc
|
.rvmrc
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
.bundle
|
.bundle
|
||||||
*.gem
|
*.gem
|
||||||
|
coverage
|
||||||
|
spec/reports
|
||||||
|
|
||||||
# YARD artifacts
|
# YARD / rdoc artifacts
|
||||||
.yardoc
|
.yardoc
|
||||||
_yardoc
|
_yardoc
|
||||||
doc/
|
doc/
|
||||||
.idea
|
rdoc
|
||||||
|
|
||||||
# chef stuff
|
# chef infra stuff
|
||||||
Berksfile.lock
|
Berksfile.lock
|
||||||
.kitchen
|
.kitchen
|
||||||
kitchen.local.yml
|
kitchen.local.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user