https://github.com/searchkit/searchkit
Raw File
Tip revision: cb19ba4318b93965de811c5f51658d12f195b724 authored by dependabot[bot] on 11 July 2023, 00:58:57 UTC
Chore(deps): Bump semver from 5.7.1 to 5.7.2
Tip revision: cb19ba4
.editorconfig
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top