x/casualdb@v0.1.4/.editorconfig
1234567891011121314# EditorConfig is awesome: http://EditorConfig.org# top-most EditorConfig fileroot = true# Default styles[*]indent_style = spaceindent_size = 2end_of_line = lfcharset = utf-8trim_trailing_whitespace = trueinsert_final_newline = true