[READ-ONLY] Mirror of https://github.com/FoxxMD/blog. blog.foxxmd.dev
0

Configure Feed

Select the types of activity you want to include in your feed.

blog / .editorconfig
318 B 19 lines
1root = true 2 3[*] 4charset = utf-8 5indent_style = space 6indent_size = 2 7trim_trailing_whitespace = true 8# Unix-style newlines with a newline ending every file 9end_of_line = lf 10insert_final_newline = true 11 12[*.{js,css,scss}] 13quote_type = single 14 15[*.{yml,yaml}] 16quote_type = double 17 18[*.md] 19trim_trailing_whitespace = false