1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

chore: update code style config

This commit is contained in:
Cotes Chung
2023-03-06 08:48:52 +08:00
parent 968c13ec7d
commit 002f02533d
4 changed files with 19 additions and 3 deletions

View File

@@ -9,8 +9,11 @@ trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
[*.js]
indent_size = 4
[*.{js,css,scss}]
quote_type = single
[*.{yml,yaml}]
quote_type = double
[*.md]
trim_trailing_whitespace = false