https://github.com/searchkit/searchkit
Raw File
Tip revision: ff7b04a8bd0427b81f02e7669e766817bd405542 authored by Joseph McElroy on 18 November 2020, 20:39:02 UTC
typo
Tip revision: ff7b04a
.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