https://github.com/searchkit/searchkit
Raw File
Tip revision: c7a7cefbd5a418040c17ae8b231b766ac89881ff authored by Joseph McElroy on 27 August 2018, 14:12:34 UTC
Publish
Tip revision: c7a7cef
.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