[READ-ONLY] Mirror of https://github.com/FoxxMD/blog.
blog.foxxmd.dev
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