https://github.com/searchkit/searchkit
Raw File
Tip revision: 42b73450e7ea5954c802db3e5a294b9fb052c525 authored by Joseph McElroy on 22 December 2022, 21:50:10 UTC
Merge branch 'next' of github.com:searchkit/searchkit into next
Tip revision: 42b7345
.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