Skip to main content
Module

x/deno_changesets/.editorconfig

A Deno native way to manage versioning and changelogs.
Latest
File
# EditorConfig helps developers define and maintain consistent# coding styles between different editors and IDEs# http://editorconfig.org
root = true
[*]
# Change these settings to your own preferenceindent_style = spaceindent_size = 2
# We recommend you to keep these unchangedend_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true