https://github.com/searchkit/searchkit
Raw File
Tip revision: 7713378221b68e9e3df53242d81deef467100377 authored by Joe McElroy on 09 March 2024, 22:07:24 UTC
Fix object field highlighting (#1344)
Tip revision: 7713378
.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