https://github.com/searchkit/searchkit
Raw File
Tip revision: 45ae9dae5588a44ba4e4ba19d020f39f25aa5777 authored by Ash on 27 May 2016, 10:57:49 UTC
Updating to version v0.10.0-3
Tip revision: 45ae9da
.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