Sha256: 86774c931e7469498b2fff5847eafac20a3fe01ebd71ffac1f9de7af68b0ecac

Contents?: true

Size: 322 Bytes

Versions: 3

Compression:

Stored size: 322 Bytes

Contents

# frozen_string_literal: true

# Released under the MIT License.
# Copyright, 2020-2024, by Samuel Williams.

require "bake/modernize"

def editorconfig
	update(root: Dir.pwd)
end

def update(root:)
	template_root = Bake::Modernize.template_path_for("editorconfig")
	Bake::Modernize.copy_template(template_root, root)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bake-modernize-0.32.0 bake/modernize/editorconfig.rb
bake-modernize-0.31.0 bake/modernize/editorconfig.rb
bake-modernize-0.30.0 bake/modernize/editorconfig.rb