https://github.com/searchkit/searchkit
Raw File
Tip revision: 77dd875041b513151d76616e66f4296873e4d687 authored by Joseph McElroy on 08 March 2022, 10:17:06 UTC
Searchkit SDK Release Fixes (#1085)
Tip revision: 77dd875
.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