Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
Dpkg Autostart
Commits
4fda0255
Unverified
Commit
4fda0255
authored
Oct 08, 2020
by
Lance Albertson
Committed by
GitHub
Oct 08, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #24 from sous-chefs/automated/standardfiles
Automated PR: Standardising Files
parents
ed2386e5
fe69bc66
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
10 deletions
+20
-10
.editorconfig
.editorconfig
+9
-1
.gitignore
.gitignore
+10
-9
.yamllint
.yamllint
+1
-0
No files found.
.editorconfig
View file @
4fda0255
#https://EditorConfig.org
# https://EditorConfig.org
# top-most EditorConfig file
root=true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# 2 space indentation
indent_style = space
indent_size = 2
# Avoid issues parsing cookbook files later
charset = utf-8
# Avoid cookstyle warnings
trim_trailing_whitespace = true
.gitignore
View file @
4fda0255
*.rbc
.config
coverage
InstalledFiles
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
...
...
@@ -14,27 +10,32 @@ _Store
*#
.#*
\#*#
.*.sw[a-z]
*.un~
*.tmp
*.bk
*.bkup
# ruby/bundler files
# editor files
.idea
.*.sw[a-z]
# ruby/bundler/rspec files
.ruby-version
.ruby-gemset
.rvmrc
Gemfile.lock
.bundle
*.gem
coverage
spec/reports
# YARD artifacts
# YARD
/ rdoc
artifacts
.yardoc
_yardoc
doc/
.idea
rdoc
# chef stuff
# chef
infra
stuff
Berksfile.lock
.kitchen
kitchen.local.yml
...
...
.yamllint
View file @
4fda0255
...
...
@@ -4,3 +4,4 @@ rules:
line-length:
max: 256
level: warning
document-start: disable
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment