bake/modernize/editorconfig.rb in bake-modernize-0.29.0 vs bake/modernize/editorconfig.rb in bake-modernize-0.30.0

- old
+ new

@@ -1,15 +1,15 @@ # frozen_string_literal: true # Released under the MIT License. -# Copyright, 2020-2023, by Samuel Williams. +# Copyright, 2020-2024, by Samuel Williams. -require 'bake/modernize' +require "bake/modernize" def editorconfig update(root: Dir.pwd) end def update(root:) - template_root = Bake::Modernize.template_path_for('editorconfig') + template_root = Bake::Modernize.template_path_for("editorconfig") Bake::Modernize.copy_template(template_root, root) end