File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 1- # https://EditorConfig.org
1+ # https://EditorConfig.org
2+
23# top-most EditorConfig file
34root =true
45
6+ # Unix-style newlines with a newline ending every file
57[* ]
68end_of_line = lf
79insert_final_newline = true
10+
11+ # 2 space indentation
812indent_style = space
913indent_size = 2
14+
15+ # Avoid issues parsing cookbook files later
1016charset = utf-8
17+
18+ # Avoid cookstyle warnings
1119trim_trailing_whitespace = true
Original file line number Diff line number Diff line change 11---
22name : Branch Cleanup
33# This workflow is triggered on all closed pull requests.
4- # However the script does not do anything it a merge was not performed.
4+ # However the script does not do anything if a merge was not performed.
55on :
66 pull_request :
77 types : [closed]
Original file line number Diff line number Diff line change 11* .rbc
22.config
3- coverage
43InstalledFiles
54lib /bundler /man
65pkg
7- rdoc
8- spec /reports
96test /tmp
107test /version_tmp
118tmp
@@ -14,27 +11,32 @@ _Store
1411* #
1512. #*
1613\# * #
17- . * .sw [a-z ]
1814* .un~
1915* .tmp
2016* .bk
2117* .bkup
2218
19+ # editor temp files
20+ .idea
21+ . * .sw [a-z ]
22+
2323# ruby/bundler files
2424.ruby-version
2525.ruby-gemset
2626.rvmrc
2727Gemfile.lock
2828.bundle
2929* .gem
30+ coverage
31+ spec /reports
3032
31- # YARD artifacts
33+ # YARD / rdoc artifacts
3234.yardoc
3335_yardoc
3436doc /
35- .idea
37+ rdoc
3638
37- # chef stuff
39+ # chef infra stuff
3840Berksfile.lock
3941.kitchen
4042kitchen.local.yml
You can’t perform that action at this time.
0 commit comments