https://github.com/searchkit/searchkit
Raw File
Tip revision: da31713e51e9bbd66aecabcdf95d47f1115428c0 authored by Joseph McElroy on 20 January 2023, 13:55:37 UTC
update readme
Tip revision: da31713
.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