https://github.com/searchkit/searchkit
Raw File
Tip revision: 8d087a535a96edccb1de2d1d90cbaeffe2589340 authored by Joseph McElroy on 04 January 2016, 16:20:28 UTC
build
Tip revision: 8d087a5
.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