https://github.com/searchkit/searchkit
Raw File
Tip revision: 796578914f3b74d74b8901bfe7938bce428cadfe authored by Joseph McElroy on 20 January 2023, 22:11:47 UTC
codesandbox demos
Tip revision: 7965789
.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