https://github.com/searchkit/searchkit
Raw File
Tip revision: 2af53203e2b6b8441414628d8d41b91475212223 authored by Chase on 20 April 2023, 08:09:45 UTC
feat: add support for negative numbers and numeric ranges (#1256)
Tip revision: 2af5320
.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