https://github.com/searchkit/searchkit
Raw File
Tip revision: 86e9242f3120d0c38e647f2d173126ef959b7aa4 authored by Joseph McElroy on 19 February 2017, 10:35:04 UTC
Updating to version v1.0.0-6
Tip revision: 86e9242
.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