https://github.com/searchkit/searchkit
Raw File
Tip revision: 35bd9c1df7cc14bd327524e2796bdde2d1b0769c authored by CircleCI on 27 August 2018, 19:16:18 UTC
Publish
Tip revision: 35bd9c1
.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