https://github.com/searchkit/searchkit
Raw File
Tip revision: 247917bd1c9610abe238f269c4f4eb92507df275 authored by CircleCI on 14 July 2020, 09:00:56 UTC
Publish
Tip revision: 247917b
.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