https://github.com/searchkit/searchkit
Raw File
Tip revision: 0364f88f43dbaad809e65330bdffc8825f082988 authored by CircleCI on 09 January 2020, 05:59:52 UTC
Publish
Tip revision: 0364f88
.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