cheddar
·
2025-04-17
.editorconfig
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6end_of_line = lf
7insert_final_newline = true
8trim_trailing_whitespace = true
9charset = utf-8
git clone https://git.crispbyte.dev/crisp-theme.git
1root = true
2
3[*]
4indent_style = space
5indent_size = 2
6end_of_line = lf
7insert_final_newline = true
8trim_trailing_whitespace = true
9charset = utf-8